Skip to main content

ChartDesigner.ShowDialog(UserLookAndFeel, Boolean) Method

Invokes the Chart Designer for the chart control with the Look And Feel painting scheme applied and specified topmost parameter indicating whether the chart wizard is the topmost dialog box..

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public DialogResult ShowDialog(
    UserLookAndFeel lookAndFeel,
    bool topMost
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object that specifies the painting scheme.

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

When you wish to create a different visual appearance for the Chart Designer, you may utilize the Look And Feel and Skinning. It enables you to select visual styles and skins.

See Also