Skip to main content
A newer version of this page is available. .

ChartStructureChangingEventArgs.ChartModel Property

Returns the model of a chart whose structure starts changing.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public ChartModel ChartModel { get; }

Property Value

Type Description
ChartModel

The chart model.

See Also