Search
Theme Constructor (Brush, Brush, Double, DashStyle)
See Also
 






Initializes a new instance of the Theme class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public New ( _
    fill As Brush, _
    stroke As Brush, _
    strokeThickness As Double, _
    strokeDashStyle As DashStyle _
)

 Parameters

fill

A Brush used to fill all series elements.

stroke

A Brush used to stroke all series elements.

strokeThickness

Uniform thickness of series elements' strokes.

strokeDashStyle

Uniform dash style of series elements' strokes.

 See Also