ActiveReports.Chart Request technical support
IsEmpty Property
See Also 


Gets or sets a value indicating whether the DataPoint is empty.

Syntax

Visual Basic (Declaration) 
Public Property IsEmpty As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DataPoint
Dim value As Boolean
 
instance.IsEmpty = value
 
value = instance.IsEmpty
C# 
public bool IsEmpty {get; set;}

See Also