[]
Presents the point in 3D space.
[TypeConverter(typeof(Chart3DPoint.TypeConverter))]
public struct Chart3DPoint
| Name | Description |
|---|---|
| Chart3DPoint(double, double, double) | Initializes a new instance of the Chart3DPoint structure. |
| Name | Description |
|---|---|
| X | Gets or sets X-coordinate of the point. |
| Y | Gets or sets Y-coordinate of the point. |
| Z | Gets or sets Z-coordinate of the point. |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current Chart3DPoint. |