Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.RefreshDataOnRepaint Property

Gets or sets a value indicating whether to refresh data in the underlying data source every time a chart is repainted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public bool RefreshDataOnRepaint { get; set; }

#Property Value

Type Description
Boolean

true to refresh data on every repainting; otherwise, false.

#Remarks

Use the RefreshDataOnRepaint property to handle the way in which chart data should be refreshed if the data source doesn’t implement the IBindingList interface. If a data source implements the IBindingList interface, XtraCharts refreshes a chart’s data only when data in the data source has been changed.

See Also