Gets or sets a value that determines if a data point is marked as an empty point.
Empty data point flag
Visual Basic (Declaration) | |
---|---|
Public Property Empty As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Empty {get; set;} |
Return Value
If true the point is marked as an empty point. Defaults to false.
Set this property to true to mark a data point as an empty point.
Alternatively the DataPointManipulator.InsertEmptyPoints method can be used to mark missing data as empty points.
The Series.EmptyPointStyle property determines how empty points are displayed.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family