Initializes a new instance of the UniformSeriesStyle class.
Namespace: MindFusion.Charting
File: UniformSeriesStyle.js
JavaScript Copy Code |
---|
function UniformSeriesStyle ([fill, [stroke, [strokeThickness, [strokeDashStyle]]]]) |
Type: Brush
A Brush used to fill all series elements.
Type: Brush
A Brush used to stroke all series elements.
Type: Number
Uniform thickness of series elements' strokes.
Type: DashStyle
Uniform dash style of series elements' strokes.