Determines if the passed value is a data hole.

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

Syntax

C#
public bool IsHole(
	double x
)
Visual Basic
Public Function IsHole ( _
	x As Double _
) As Boolean

Parameters

x
Type: System..::..Double
Value.

Return Value

A boolean value indicating whether the value passed is the equivalent of a data hole.

See Also