Back to Devexpress

ChartControl.RefreshDataOnRepaint Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-ad6e5cd8.md

latest1.7 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public bool RefreshDataOnRepaint { get; set; }
vb
Public Property RefreshDataOnRepaint As Boolean

Property Value

TypeDescription
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

RefreshData()

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace