ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / SeriesCount Property

In This Topic
    SeriesCount Property (IChart)
    In This Topic
    Gets the count of the number of series in this chart.
    Syntax
    'Declaration
     
    ReadOnly Property SeriesCount As Integer
    int SeriesCount {get;}

    Property Value

    An System.Int32 specifying the count of the number of series in this chart.
    See Also