Class ChartWizardForm
Provides the wizard dialog to configure the chart control.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartWizardForm : Office2007Form
Constructors
ChartWizardForm(ISite)
Initializes a new instance of the ChartWizardForm class.
Declaration
public ChartWizardForm(ISite site)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ISite | site | The site. |
Methods
ShowWizard(ChartControl)
Shows the wizard.
Declaration
public void ShowWizard(ChartControl chart)
Parameters
Type | Name | Description |
---|---|---|
ChartControl | chart | The chart. |