Search
PerElementSeriesStyle Members
Constructors Methods
 


Implements SeriesStyle using different attributes for each data item in a Series.

The following tables list the members exposed by the PerElementSeriesStyle type.

 Public Constructors

  Name Description

PerElementSeriesStyle

Overloaded. Initializes a new instance of the PerElementSeriesStyle class.

 Public Methods

  Name Description

fill

Implements SeriesStyle.fill. Returns a Brush from the Fills-list that matches the index of the Series and the data item.

getFills

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.

getStrokeDashStyles

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.

getStrokes

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.

getStrokeThicknesses

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.

setFills

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.

setStrokeDashStyles

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.

setStrokes

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.

setStrokeThicknesses

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.

stroke

Implements SeriesStyle.stroke. Returns a Brush from the Strokes list that matches the specified Series and data indices.

strokeDashStyle

Implements SeriesStyle.strokeDashStyle. Returns a value from the StrokeDashStyles list that matches the specified Series and data indices.

strokeThickness

Implements SeriesStyle.strokeThickness. Returns a value from the StrokeThicknesses list that matches the specified Series and data indices.

 See Also