ChartRangeControlClientDataProvider.RefreshData() Method
Reloads data from the underlying data source and repaints the viewport area of the range control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Calling the RefreshData method only makes sense when the bound data source doesn’t support the IBindingList interface. Otherwise, the ChartRangeControlClientDataProvider will automatically update itself, since such data sources provide data change notifications.
See Also