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

ChartDesigner.ShowDialog() Method

Invokes the Chart Designer for the chart control.

Namespace: DevExpress.XtraCharts.Designer

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

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowDialog() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also