WebChartControl.RefreshData() Method
In This Article
Reloads data from the underlying data source and repaints the diagram area.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Remarks
Call the RefreshData method to update the chart’s layout after modifying SeriesPoint values directly.
See Also