Skip to main content

ChartControl.UpdateData() Method

Synchronize the internal data representation of the chart with the current state of the data source.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void UpdateData()

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