ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / AutoRefresh Property

In This Topic
    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