Search
PerSeriesStyle Members
Constructors 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

Overloaded. Initializes a new instance of the PerSeriesStyle class.

 Public Methods

  Name Description

fill

Implements SeriesStyle.fill. Returns a Brush from the Fills list that matches the specified Series index.

getFills

Gets a list of brushes, each Brush used to fill all elements of a Series.

getStrokeDashStyles

Gets a list of DashStyle instances, each style applied to all elements of a Series.

getStrokes

Gets a list of brushes, each Brush used to stroke all elements of a Series.

getStrokeThicknesses

Gets a list of stroke thicknesses, each thickness applied when stroking all elements of a Series.

setFills

Overloaded.  

setStrokeDashStyles

Sets a list of dash styles, each style applied to all elements of a series.

setStrokes

Overloaded.  

setStrokeThicknesses

Sets a list of stroke thicknesses, each thickness applied to all elements of a series.

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