ChartDesigner(ChartControl) Constructor
Creates a Chart Designer for the specified chart control.
Namespace: DevExpress.Charts.Designer
Assembly: DevExpress.Charts.Designer.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
chartControl | ChartControl | A ChartControl object that is a chart control for which a chart designer is created. |
Remarks
For more information about chart designer, see Chart Designer.
See Also