ActiveReports.Chart Request technical support
AutoRefresh Property
See Also 


Gets or sets a value indicating whether the chart will be automatically refreshed (redrawn) for every property change.

Syntax

Visual Basic (Declaration) 
Public Property AutoRefresh As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim value As Boolean
 
instance.AutoRefresh = value
 
value = instance.AutoRefresh
C# 
public bool AutoRefresh {get; set;}

See Also