MindFusion WinForms Programmer's Guide
Chart.RunWizard Method
See Also
 





Runs the wizard associated with the given chart type.

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

 Syntax

C#  Copy Code

public virtual void RunWizard ()

Visual Basic  Copy Code

Public Overridable Sub RunWizard ()

 Remarks

Call this method to start the chart wizard at runtime and let the user customize the chart. Overridden by all dependent classes. 

 Note

Changes made to the chart through the wizard during run time are not serialized.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace