ChartDesigner.Show(Window, Theme, DesignerWindowKind) Method
In This Article
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. |
window |
Designer |
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