Skip to main content

ChartDesigner.Close() Method

Closes the chart designer with the chart currently being edited.

Namespace: DevExpress.Charts.Designer

Assembly: DevExpress.Charts.Designer.v23.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