ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / LoadChartAnimationOptions Class / Enabled Property

In This Topic
    Enabled Property (LoadChartAnimationOptions)
    In This Topic
    Gets or sets a value indicating whether loading animation is enabled for the chart.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}

    Property Value

    A System.Boolean value. true if the loading animation is enabled; otherwise, false.
    See Also