Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public object CurrentChartControl { get; set; }

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