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





Starts the bar chart wizard.

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

 Syntax

C#  Copy Code

public override void RunWizard ()

Visual Basic  Copy Code

Public Overrides Sub RunWizard ()

 Remarks

Call this method to start the bar chart wizard at runtime and let the user customize the chart.

 Note

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

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.WinForms Namespace