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

In This Topic
    IsInnerMostMember Property
    In This Topic
    Gets a value indicating whether the current chart member has no child items.
    Syntax
    'Declaration
     
    ReadOnly Property IsInnerMostMember As Boolean
    bool IsInnerMostMember {get;}

    Property Value

    A System.Boolean value. true if the current chart member has no child items; otherwise, false.
    See Also