[]
Initializes a new instance of the Chart3DPoint structure.
public Chart3DPoint(double x, double y, double z)
Public Sub New(x As Double, y As Double, z As Double)
| Type | Name | Description |
|---|---|---|
| double | x | X coordinate. |
| double | y | Y coordinate. |
| double | z | Z coordinate. |