In This Topic
Initializes a new instance of the
Chart3DPoint structure.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public Chart3DPoint(
System.double ,
System.double ,
System.double
)
Parameters
- x
- X coordinate.
- y
- Y coordinate.
- z
- Z coordinate.
See Also