Skip to main content

ChartDesigner.ShowDialog() Method

Invokes the Chart Designer for the chart control.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public DialogResult ShowDialog()

Returns

Type Description
DialogResult

A DialogResult enumeration member that indicates the return value of a dialog box.

Remarks

Use this method to allow the user to construct the chart, customize its appearance and adjust the layout.

The ChartDesigner uses the standard Look And Feel and Skinning, unless the UserLookAndFeel object is specified as a constructor parameter.

See Also