ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / Series Class / Statistics Property

In This Topic
    Statistics Property
    In This Topic
    Gets the statistics bound to the current series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Statistics As SeriesStatistics
    public SeriesStatistics Statistics {get;}

    Property Value

    The statistics bound to the current series as a SeriesStatistics.
    See Also