Skip to main content

ChartDesigner.ShowDialog(UserLookAndFeel) Method

Invokes the Chart Designer for the chart control with Look And Feel painting scheme applied.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public DialogResult ShowDialog(
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object that specifies the painting scheme.

Returns

Type Description
DialogResult

A DialogResult enumeration member that indicates the return value of a dialog box.

Remarks

When you wish to experience a different visual appearance of the Chart Designer, you may utilize the Look And Feel and Skinning. It enables you to select visual styles and skins. The following code snippet illustrates this approach.

To learn more about the Look And Feel concept, refer to the Look And Feel and Skinning topic.

See Also