ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPoint Structure / Chart3DPoint Constructor
X coordinate.
Y coordinate.
Z coordinate.

In This Topic
    Chart3DPoint Constructor
    In This Topic
    Initializes a new instance of the Chart3DPoint structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal z As System.Double _
    )
    public Chart3DPoint( 
       System.double x,
       System.double y,
       System.double z
    )

    Parameters

    x
    X coordinate.
    y
    Y coordinate.
    z
    Z coordinate.
    See Also