[]
Represents the point in 3D space.
public class Chart3DPoint : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| Chart3DPoint() |
| 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 |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |
| ToString() | Gets the string represents the point. |