Back to Devexpress

ChartDesigner.ShowDialog() Method

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-3d6ce3ee.md

latest1.8 KB
Original Source

ChartDesigner.ShowDialog() Method

Invokes the Chart Designer for the chart control.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public DialogResult ShowDialog()
vb
Public Function ShowDialog As DialogResult

Returns

TypeDescription
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

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace