Search
PerElementSeriesStyle Constructor
See Also
 






Initializes a new instance of PerElementSeriesStyle.

Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js

 Syntax

JavaScript  Copy Code

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

 Parameters

fills
Optional.

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

strokes
Optional.

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

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.

strokeDashStyles
Optional.

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.

 See Also