Search
PerSeriesStyle Methods
 


 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