WizardControlBase.CurrentChartControl Property
Gets or sets the chart control on the Wizard page to which the modified settings are applied.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
Object | A Object, representing a chart control which shows the effect of the changed settings on the Wizard page. |
Remarks
For the CurrentChartControl property to work correctly, a chart should be present in the user control. And, if there are multiple chart controls available, this property should be manually defined.
See Also