Search
MixedSeriesStyle Properties
 


 Public Properties

  Name Description

commonFills

Gets or sets a list of brushes, each Brush used to fill all elements of a series.

commonStrokeDashStyles

Gets or sets a list of dash styles, each style applied to all elements of a series.

commonStrokes

Gets or sets a list of brushes, each Brush used to stroke all elements of a series.

commonStrokeThicknesses

Gets or sets a list of stroke thicknesses, each thickness applied to all elements of a series.

fills

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.

strokeDashStyles

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.

strokes

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.

strokeThicknesses

Gets or sets a list of number lists, each list used to stroke a different series, and each number value specifying thickness of individual elements of a series.

uniformFill

Gets or sets a Brush used to fill all elements of all series uniformly.

uniformStroke

Gets or sets a Brush used to stroke all elements of all series uniformly.

uniformStrokeDashStyle

Gets or sets uniform stroke dash style for all elements of all series.

uniformStrokeThickness

Gets or sets uniform stroke thickness for all elements of all series.

 See Also