Returns true whenever the value passed will be interpreted as a data hole.
[Visual Basic]
Overloads Public Function IsHole( _
ByVal x As Double _
) As Boolean
[C#]
public bool IsHole(
double x
);
[Delphi]
public function IsHole(
x: Double
): Boolean; overload;
Parameters
x
Represents a double data type value for the ChartData.
Return Value
Boolean.
Remarks
The value is automatically converted to the internal data type based upon the data type of the value specified. The value is then compared to the stored data hole. Note that indeterminate floating point data values including Infinity or NaN are treated as hole values.
See Also
ChartData Class | ChartData Members | C1.Win.C1Chart Namespace | ChartData.IsHole Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |