ChartDesigner(Object, IDesignerHost) Constructor
Creates an instance of the ChartDesigner class.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| chart | Object | A ChartControl object. |
| designerHost | IDesignerHost | An object implementing the IDesignerHost interface that is used to manage designer transactions and components. |
See Also