Search
PerSeriesStyle Members
Constructors Properties Methods
 


Implements SeriesStyle using a different set of attributes for each series,where all elements in a single series have common appearance.

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

 Public Constructors

  Name Description

PerSeriesStyle

Initializes a new instance of the PerSeriesStyle class.

 Public Properties

  Name Description

fills

Gets or sets a list of Brushes, each Brush used to fill all elements of a series.

strokeDashStyles

Gets or sets a list of dash styles, each style applied to all elements of a series.

strokes

Gets or sets a list of Brushes, each Brush used to stroke all elements of a series.

strokeThicknesses

Gets or sets a list of stroke thicknesses, each thickness applied to all elements of a series.

 Public Methods

  Name Description

fill

Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series index.

stroke

Implements SeriesStyle.Stroke. Returns a Brush from the Strokes list that matches specified series index.

strokeDashStyle

Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series index.

strokeThickness

Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series index.

 See Also