Returns true whenever the passed value will be 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(
	double x
)
Visual Basic
Public Function IsHole ( _
	x As Double _
) As Boolean

Parameters

x
Type: System..::..Double

Return Value

See Also