ActiveReports Developer 7
IsEmpty Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class : IsEmpty Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property IsEmpty As System.Boolean
C# 
public System.bool IsEmpty {get; set;}

See Also