Skip to main content

ChartControl.UpdateData() Method

In This Article

Updates data that is represented by the chart.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public void UpdateData()

#Remarks

Use the UpdateData method to refresh the chart, when the data in the underlying data source has been changed, and it is necessary to reflect these changes.

See Also