Overload List
Returns true whenever the value passed will be interpreted as a data hole.
[Visual Basic] Overloads Public Function IsHole(Double) As Boolean
[C#] public bool IsHole(double);
[Delphi] public function IsHole(Double) : Boolean; overload;
Returns true whenever the value passed will be interpreted as a data hole.
[Visual Basic] Overloads Public Function IsHole(Object) As Boolean
[C#] public bool IsHole(object);
[Delphi] public function IsHole(Object) : Boolean; overload;
Returns true whenever the value passed will be interpreted as a data hole.
[Visual Basic] Overloads Public Function IsHole(Single) As Boolean
[C#] public bool IsHole(float);
[Delphi] public function IsHole(Single) : Boolean; overload;
See Also
ChartData Class | ChartData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |