Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartDesigner.Show(Window, Theme, DesignerWindowKind) Method

Invokes the Chart Designer dialog with specified parameters.

Namespace: DevExpress.Charts.Designer

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

NuGet Package: DevExpress.Wpf.Charts

#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 Bar

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.

See Also