ChartControl.UpdateData() Method
In This Article
Synchronize the internal data representation of the chart with the current state of the data source.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Remarks
Use the UpdateData method to refresh the chart when the data in the underlying datasource has been changed and it is necessary to reflect those changes.
See Also