ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ChartDataArray.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

An object representing the specified value.

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

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


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