Skip to main content

WebChartControl.RefreshData() Method

Reloads data from the underlying data source and repaints the diagram area.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public void RefreshData()

Remarks

Call the RefreshData method to update the chart’s layout after modifying SeriesPoint values directly.

See Also