ChartWizard(Object, IDesignerHost) Constructor
Creates a Wizard for the specified chart control.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
chart | Object | A Object, representing a chart control instance for which a Wizard is created. |
designerHost | IDesignerHost | An object implementing the IDesignerHost interface that is used to manage designer transactions and components. |
See Also