Gets or sets a value that determines if empty points are ignored during a grouping or exporting operation.
Visual Basic (Declaration) | |
---|---|
Public Property IgnoreEmptyPoints As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IgnoreEmptyPoints {get; set;} |
Return Value
A boolean value that determines if empty points are ignored. Defaults to True.
If this property is set to True then all points marked as empty are ignored when points are grouped or exported.
If this property is False and a grouping operation occurs (GroupXXX method) then all points marked as empty are treated as zeros.
If this property is False and data is being exported (using the ExportSeriesValues function) then the X-value and Y-value(s) of each empty point are exported as DBNULL objects.
This property is not applied to the Formula method.
Please read the Empty Points topic for further details concerning missing data and empty points.
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