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

In This Topic
    SeriesMemberCollection Property
    In This Topic
    Gets the series member collection.
    Syntax
    'Declaration
     
    ReadOnly Property SeriesMemberCollection As IItemCollection(Of IChartMember)
    IItemCollection<IChartMember> SeriesMemberCollection {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the series member collection.
    See Also