ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / AutoRefresh Property

In This Topic
    AutoRefresh Property (SharpGraph)
    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