Returns true whenever the passed value will be interpreted as a data hole.
[Visual Basic]
Overridable Public Function IsHole( _
ByVal x As Double _
) As Boolean
[C#]
virtual public bool IsHole(
double x
);
[Delphi]
public function IsHole(
x: Double
): Boolean; virtual;
Parameters
x
Represents the passed value for the ChartCoordHolder.
Return Value
Boolean.
See Also
ChartCoordHolder Class | ChartCoordHolder Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |