[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.IsHole

IsHole Method

IsHole(object)

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

Declaration
public bool IsHole(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool

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.