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

In This Topic
    IsEmpty Property (Range)
    In This Topic
    Gets a value indicating whether the range is empty, i.e., the lower bound is equal to the upper bound.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    true if the range is empty; otherwise, false.
    See Also