Search
MixedSeriesStyle Constructor
See Also
 






Initializes a new instance of the MixedSeriesStyle class with the specified fill, stroke, stroke thickness and dash style.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public MixedSeriesStyle (
    Brush fill,
    Brush stroke,
    double strokeThickness,
    DashStyle strokeDashStyle
)

 Parameters

fill

The Brush used to fill all Series elements.

stroke

The Brush used to stroke all Series elements.

strokeThickness

Uniform thickness of all Series elements' strokes.

strokeDashStyle

Uniform dash style of all Series elements' strokes.

 See Also