Implements SeriesStyle using different attributes for each data item.
The following tables list the members exposed by the PerElementSeriesStyle type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the PerElementSeriesStyle class. |
Name | Description | |
---|---|---|
Gets or sets a list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series. |
||
Gets or sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series. |
||
Gets or sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series. |
||
Gets or sets a list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series. |
Name | Description | |
---|---|---|
Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series and data indices. |
||
Implements SeriesStyle.Stroke. Returns a Brush from the Strokes list that matches specified series and data indices. |
||
Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series and data indices. |
||
Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series and data indices. |