Initializes a new instance of the PerSeriesStyle class.
Namespace: MindFusion.Charting
File: PerSeriesStyle.js
JavaScript Copy Code |
---|
function PerSeriesStyle ([fills, [strokes, [strokeThicknesses, [strokeDashStyles]]]]) |
Type: List
A list of Brushes, each Brush used to fill all elements of a series.
Type: List
A list of Brushes, each Brush used to stroke all elements of a series.
Type: List
A list of stroke thicknesses, each thickness applied to all elements of a series.
Type: List
A list of dash styles, each style applied to all elements of a series.