Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
Chart3DDataSet
.
.
::
.
.
IsHole Method
Chart3DDataSet Class
See Also
Determines if the passed value is a data hole.
Namespace:
C1.Win.C1Chart3D
Assembly:
C1.Win.C1Chart3D.2
(in C1.Win.C1Chart3D.2.dll)
Syntax
C#
public
bool
IsHole
(
double
x
)
Visual Basic
Public
Function
IsHole
( _
x
As
Double
_ )
As
Boolean
Parameters
x
Type:
System
.
.
::
.
.
Double
Value.
Return Value
A boolean value indicating whether the value passed is the equivalent of a data hole.
See Also
Chart3DDataSet Class
C1.Win.C1Chart3D Namespace
C1.Win.C1Chart3D
.
.
::
.
.
Chart3DDataSet