Skip to main content

ChartDesigner(ChartControl) Constructor

Creates a Chart Designer for the specified chart control.

Namespace: DevExpress.Charts.Designer

Assembly: DevExpress.Charts.Designer.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ChartDesigner(
    ChartControl chartControl
)

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