ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordArray.IsHole Method

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

[Visual Basic]

Public Function IsHole( _

ByVal value As Object _

) As Boolean

[C#]

public bool IsHole(

object value

);

[Delphi]

public function IsHole(

value: Object

): Boolean;

Parameters

value

Represents the value for the ChartCoordArray.

Return Value

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.

See Also

ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.