MindFusion.Charting Programmer's Guide
Chart.ResetThemeProperties Method
See Also
 





Resets all pens and brushes used by charts of all types to their default values.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public virtual void ResetThemeProperties ()

Visual Basic  Copy Code

Public Overridable Sub ResetThemeProperties ()

 Remarks

When a Theme is applied to a chart, all custom settings to properties controlled by the theme are left unchanged. If you call ResetThemeProperties before applying a theme all custom-set properties will be reset to their default values and the theme will replace them with its values.

Overridden by all dependent classes.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace