ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPoint Class / IsEmpty Property

In This Topic
    IsEmpty Property (DataPoint)
    In This Topic
    Gets or sets a value indicating whether the DataPoint is empty.
    Syntax
    'Declaration
     
    Public Property IsEmpty As Boolean
    public bool IsEmpty {get; set;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also