ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.IsHole Method

Returns true whenever the passed value will be interpreted as a data hole.

[Visual Basic]

Public Function IsHole( _

ByVal x As Double _

) As Boolean

[C#]

public bool IsHole(

double x

);

[Delphi]

public function IsHole(

x: Double

): Boolean;

Parameters

x

Represents the passed double data type value.

Return Value

Boolean.

Remarks

This method returns the identical value of the same method of the parent ChartData object.

See Also

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


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