Name | Description | |
---|---|---|
Implements SeriesStyle.fill. Returns a Brush from the Fills-list that matches the index of the Series and the data item. |
||
Gets a list of Brush-lists, each list used to draw a different Series, and each Brush used to fill individual elements of the Series. |
||
Gets a list of DashStyle-lists, each list used to stroke a different Series, and each DashStyle value specifying the style of individual elements of a Series. |
||
Gets 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 a list of double lists, each list applies to a different Series, and each double value in a list specifying the stroke thickness of an element in the Series. |
||
Sets a list of Brush-lists, each list used to fill the elements a different Series, and each Brush used to fill one element in the Series. |
||
Sets a list of DashStyle-lists, each list specifies the dash style of a different Series, and each DashStyle value specifies the dash style of an element in the Series. |
||
Sets a list of Brush lists, each list used to stroke a different Series, and each Brush used to stroke one element in the respective Series. |
||
Sets a list of double lists, each list specifies the stroke thicknesses used in a different Series, and each double value specifies the thickness of one element in the Series. |
||
Implements SeriesStyle.stroke. Returns a Brush from the Strokes list that matches the specified Series and data indices. |
||
Implements SeriesStyle.strokeDashStyle. Returns a value from the StrokeDashStyles list that matches the specified Series and data indices. |
||
Implements SeriesStyle.strokeThickness. Returns a value from the StrokeThicknesses list that matches the specified Series and data indices. |