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

ChartDesigner.Close() Method

Closes the chart designer with the chart currently being edited.

Namespace: DevExpress.Charts.Designer

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void Close()

Remarks

To invoke the chart designer, call the ChartDesigner.Show method.

To learn more on how to use the chart designer, see Chart Designer.

See Also