ActiveReports Developer 7
AutoRefresh Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : AutoRefresh Property

Glossary Item Box

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 System.Boolean
C# 
public System.bool AutoRefresh {get; set;}

See Also