Skip to main content
All docs
V23.2

IChartDataAdapter.DataChanged Event

Occurs when source data is changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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