Determines if the specified value is interpreted as a data hole.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public bool IsHole(
	Object value
)
Visual Basic
Public Function IsHole ( _
	value As Object _
) As Boolean

Parameters

value
Type: System..::..Object

Return Value

A boolean value indicating whether the specified value is interpreted as a data hole.

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 invalid floating point data values such as NaN are treated as hole values.

See Also