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

In This Topic
    Children Property (IChartMember)
    In This Topic
    Gets the members collection of a chart series or category.
    Syntax
    'Declaration
     
    ReadOnly Property Children As IItemCollection(Of IChartMember)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the child members of the current chart member.
    See Also