Search
PerElementSeriesStyle Members
Constructors Properties Methods
 


Implements SeriesStyle using different attributes for each data item.

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

 Public Constructors

  Name Description

PerElementSeriesStyle

Initializes a new instance of PerElementSeriesStyle.

 Public Properties

  Name Description

fills

Gets or sets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.

strokeDashStyles

Gets or sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.

strokes

Gets or sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.

strokeThicknesses

Gets or sets a list of number lists, each list used to stroke a different series, and each number value specifying thickness of individual elements of a series.

 Public Methods

  Name Description

fill

Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series and data indices.

stroke

Implements SeriesStyle.Stroke. Returns a Brush from the Strokes list that matches specified series and data indices.

strokeDashStyle

Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series and data indices.

strokeThickness

Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series and data indices.

 See Also