Back to Devexpress

ChartDesigner.ShowDialog(UserLookAndFeel, Boolean) Method

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-dot-showdialog-x28-devexpress-dot-lookandfeel-dot-userlookandfeel-system-dot-boolean-x29.md

latest2.6 KB
Original Source

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.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public DialogResult ShowDialog(
    UserLookAndFeel lookAndFeel,
    bool topMost
)
vb
Public Function ShowDialog(
    lookAndFeel As UserLookAndFeel,
    topMost As Boolean
) As DialogResult

Parameters

NameTypeDescription
lookAndFeelUserLookAndFeel

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

TypeDescription
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

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace