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

ChartDesigner.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.Designer

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

Declaration

public DialogResult ShowDialog(
    bool topMost
)

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.

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