ChartDesigner.ShowDialog() Method
Invokes the Chart Designer for the chart control.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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