Search
Theme Constructor
See Also
 






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

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

 Syntax

Java  Copy Code

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

 Parameters

fill

A Brush used to fill all Series elements.

stroke

A Brush used to stroke all Series elements.

strokeThickness

Uniform thickness the stroke elements of all Series.

strokeDashStyle

Uniform DashStyle  for the stroke of all elements in all Series.

 See Also