MindFusion.Wpf Pack Programmer's Guide
Series Members
Properties
 


Represents a data series in a Chart object.

The following tables list the members exposed by the Series type.

 Public Properties

  Name Description

Fill

Gets or sets a brush that is used to fill the chart elements representing the series, or null (Nothing in Visual Basic), to automatically assign a brush.

Labels

Gets or sets the labels of the series. The first available labels are used for the category names for all series in the chart.

LineBrush

Gets or sets the outline color of the chart elements representing the series, or null (Nothing in Visual Basic), to hide the outlines.

LineSize

Gets or sets the outline thickness of the chart elements representing the series, or null (Nothing in Visual Basic), to use the default thickness.

LineStyle

Gets or sets the outline style of the chart elements representing the series, or null (Nothing in Visual Basic), to draw solid lines.

Name

Gets or sets the name of the series.

Values

Gets or sets the values of the series.

 See Also

Series Class
MindFusion.Spreadsheet.Wpf.Charts Namespace