MindFusion WinForms Programmer's Guide
Theme Enumeration
See Also
 





Specifies the different themes applicable to charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum Theme

Visual Basic  Copy Code

Public Enum Theme

 Members

  Member name Description

Forest

Chart brushes and pens are mostly in the green spectrum.

Gold

Chart brushes and pens are mostly in the golden brown spectrum.

None

No theme is set.

Sky

Chart brushes and pens are mostly in the blue spectrum.

 Remarks

The Enumeration represents the various themes that can be applied to charts. A theme is set with the Theme property.

 See Also

MindFusion.Charting Namespace