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.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the PerSeriesStyle class. |
Name | Description | |
---|---|---|
Gets or sets a list of brushes, each Brush used to fill all elements of a series. |
||
Gets or sets a list of dash styles, each style applied to all elements of a series. |
||
Gets or sets a list of brushes, each Brush used to stroke all elements of a series. |
||
Gets or sets a list of stroke thicknesses, each thickness applied to all elements of a series. |
Name | Description | |
---|---|---|
Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series index. |
||
Implements SeriesStyle.Stroke. Returns a Brush from the Strokes list that matches specified series index. |
||
Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series index. |
||
Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series index. |