ChartDesignOptions.ShowWizard Property
OBSOLETE
This property is now obsolete. Use the ShowDesigner property instead.
Specifies whether or not the Chart Wizard should be automatically invoked on adding an XRChart to a report.
Namespace: DevExpress.XtraReports.Configuration
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Obsolete("This property is now obsolete. Use the ShowDesigner property instead.")]
public bool ShowWizard { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to invoke the Chart Wizard on adding a chart; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowWizard |
---|---|
DesignSettings |
|
Remarks
This setting has priority if the ChartDesignOptions.ShowDesigner property was previously defined.
See Also