Skip to main content
All docs
V24.2

IChartDataAdapter.DataChanged Event

Occurs when source data is changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

event NotifyChartDataChangedEventHandler DataChanged

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