[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSet.IsHole

IsHole Method

IsHole(double)

Determines if the passed value is a data hole.

Declaration
public bool IsHole(double x)
Parameters
Type Name Description
double x

Value.

Returns
Type Description
bool

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

See Also