Skip to main content
All docs
V24.1

IChartDataAdapter.DataChanged Event

Occurs when source data is changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.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