Skip to main content
A newer version of this page is available. .

ChartDesigner(ChartControl) Constructor

Creates a Chart Designer for the specified chart control.

Namespace: DevExpress.Charts.Designer

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

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