Search
MixedSeriesStyle Members
Constructors Methods
 


Implements SeriesStyle using mixed per-element and uniform values for attributes.

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

 Public Constructors

  Name Description

MixedSeriesStyle

Overloaded. Initializes a new instance of the MixedSeriesStyle class.

 Public Methods

  Name Description

fill

Implements SeriesStyle.fill. Returns a Brush instance from Fills, CommonFills or UniformFill properties.

getCommonFills

Gets a list of Brush-es, each Brush used to fill all elements of a Series.

getCommonStrokeDashStyles

Gets a list of dash styles, each style applied to all elements of a Series.

getCommonStrokes

Gets a list of Brush-es, each Brush is used to stroke all elements of a series.

getCommonStrokeThicknesses

Gets a list of stroke thicknesses, each thickness applied to all elements of a Series.

getFills

Gets a list of Brush lists, each list used to draw a different Series, and each Brush used to fill individual elements of a Series.

getStrokeDashStyles

Gets a list of DashStyle lists, each list is used to stroke a different Series, and each DashStyle value specifying 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 the Series.

getStrokeThicknesses

Gets 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.

getUniformFill

Gets the Brush used to fill all elements of all Series uniformly.

getUniformStroke

Gets the Brush used to stroke all elements of all Series uniformly.

getUniformStrokeDashStyle

Gets the stroke DashStyle value applied on all elements of all Series.

getUniformStrokeThickness

Gets the stroke thickness used to render all elements of all Series.

setCommonFills

Sets a list of brushes, each Brush used to fill all elements of a Series.

setCommonStrokeDashStyles

Sets a list of DashStyle values, each style applied to all elements of a Series.

setCommonStrokes

Sets a list of Brush-es, each Brush used to stroke all elements of a Series.

setCommonStrokeThicknesses

Sets a list of stroke thicknesses, each thickness applied to all elements of a Series.

setFills

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.

setStrokeDashStyles

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.

setStrokes

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.

setStrokeThicknesses

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.

setUniformFill

Sets a Brush used to fill all elements of all Series uniformly.

setUniformStroke

Sets a Brush used to stroke all elements of all Series uniformly.

setUniformStrokeDashStyle

Sets DashStyle that is used to stroke all elements of all Series.

setUniformStrokeThickness

Sets a stroke thickness used for stroking all elements of all Series.

stroke

Implements SeriesStyle.stroke. Returns a Brush instance for the specified element from Strokes, CommonStrokes or UniformStroke properties.

strokeDashStyle

Implements SeriesStyle.strokeDashStyle. Returns a value from StrokeDashStyles, CommonStrokeDashStyles or UniformStrokeDashStyle properties.

strokeThickness

Implements SeriesStyle.strokeThickness. Returns a value from StrokeThicknesses, CommonStrokeThicknesses or UniformStrokeThickness properties.

 See Also