Search
Theme Constructor
See Also
 






Initializes a new instance of the Theme class.

Namespace: MindFusion.Charting
File: Theme.js

 Syntax

JavaScript  Copy Code

function Theme (fill, stroke, strokeThickness, strokeDashStyle)

 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