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

ChartDesigner.Show(Window, Theme, DesignerWindowKind) Method

Invokes the Chart Designer dialog with specified parameters.

Namespace: DevExpress.Charts.Designer

Assembly: DevExpress.Charts.Designer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts.Designer

Declaration

public bool? Show(
    Window owner,
    Theme theme = null,
    DesignerWindowKind windowKind = DesignerWindowKind.Bar
)

Parameters

Name Type Description
owner Window

The Window object specifying the parent window for the Chart Designer dialog.

Optional Parameters

Name Type Default Description
theme Theme *null*

The theme to be applied to the designer.

windowKind DesignerWindowKind 0

The Chart Designer’s kind.

Returns

Type Description
Nullable<Boolean>

true if an end-user modifies the chart within the Chart Designer and saves changes; otherwise false.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Show(Window, Theme, DesignerWindowKind) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also