AutoRefresh Property (ChartControl)
In This Topic
Gets or sets a value indicating whether the chart will be automatically refreshed (redrawn) for every property change.
Syntax
'Declaration
Public Property AutoRefresh As Boolean
public bool AutoRefresh {get; set;}
See Also