ChartWizard.ShowDialog(Boolean) Method
Invokes the Chart Wizard for the chart control with the specified topmost parameter indicating whether the chart wizard is displayed on top.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
topMost | Boolean | A Boolean value that specifies whether the chart wizard should be shown as the topmost dialog box. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumeration member that indicates the return value of a dialog box. |
See Also