Charting for WinForms Programmer's Guide
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

Overloaded.  

 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

PerSeriesStyle Class
MindFusion.Charting Namespace