C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSet Class / IsHole Method
Value.

In This Topic
IsHole Method
In This Topic
Determines if the passed value is a data hole.
Syntax
'Declaration
 
Public Function IsHole( _
   ByVal x As System.Double _
) As System.Boolean
 

Parameters

x
Value.

Return Value

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