ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartData.IsHole Method (Single)

Returns true whenever the value passed will be interpreted as a data hole.

[Visual Basic]

Overloads Public Function IsHole( _

ByVal x As Single _

) As Boolean

[C#]

public bool IsHole(

float x

);

[Delphi]

public function IsHole(

x: Single

): Boolean; overload;

Parameters

x

Represents the single data type of the specified value.

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.