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