[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPoint.-ctor

Chart3DPoint Constructor

Chart3DPoint(double, double, double)

Initializes a new instance of the Chart3DPoint structure.

Declaration
public Chart3DPoint(double x, double y, double z)
Parameters
Type Name Description
double x

X coordinate.

double y

Y coordinate.

double z

Z coordinate.

See Also