Back to Devexpress

ChartStructureChangingEventArgs.ChartModel Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartstructurechangingeventargs.md

latest1.2 KB
Original Source

ChartStructureChangingEventArgs.ChartModel Property

Returns the model of a chart whose structure starts changing.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public ChartModel ChartModel { get; }
vb
Public ReadOnly Property ChartModel As ChartModel

Property Value

TypeDescription
ChartModel

The chart model.

|

See Also

ChartStructureChangingEventArgs Class

ChartStructureChangingEventArgs Members

DevExpress.XtraCharts.Designer Namespace