Search
PerSeriesStyle Constructor
See Also
 






Initializes a new instance of the PerSeriesStyle class.

Namespace: MindFusion.Charting
File: PerSeriesStyle.js

 Syntax

JavaScript  Copy Code

function PerSeriesStyle ([fills, [strokes, [strokeThicknesses, [strokeDashStyles]]]])

 Parameters

fills
Optional.

A list of Brushes, each Brush used to fill all elements of a series.

strokes
Optional.

A list of Brushes, each Brush used to stroke all elements of a series.

strokeThicknesses
Optional.

A list of stroke thicknesses, each thickness applied to all elements of a series.

strokeDashStyles
Optional.

A list of dash styles, each style applied to all elements of a series.

 See Also