ChartWizard.Description Property
Gets or sets the text that appears in the upper part of the Chart Wizard window next to the ChartWizard.LeftImage on the right.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
String | A string that represents a text for display. |
Remarks
The Description is “Chart Wizard” by default.
If the ChartWizard.Description
, ChartWizard.LeftImage and ChartWizard.RightImage are empty (set to null), there is nothing to display and the upper bar of the Chart Wizard window collapses, leaving more space for the pages. This can be helpful when the Chart Wizard is customized, to display more controls on wizard pages at once.
See Also