IChartDataAdapter.DataChanged Event
Occurs when source data is changed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Event Data
The DataChanged event's data class is ChartDataUpdateEventArgs. The following properties provide information specific to this event:
| Property |
|---|
| Count |
| ItemIndex |
| UpdateType |
See Also