[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPoint

Chart3DPoint Struct

Presents the point in 3D space.

Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(Chart3DPoint.TypeConverter))]
public struct Chart3DPoint

Constructors

Name Description
Chart3DPoint(double, double, double)

Initializes a new instance of the Chart3DPoint structure.

Properties

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.

Methods

Name Description
ToString()

Returns a string that represents the current Chart3DPoint.