ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / RotateEventArgs Class / RotateEventArgs Constructor / RotateEventArgs Constructor(Single,Single,Single)
The angle of rotation of the chart around the X axis, in radians.
The angle of rotation of the chart around the Y axis, in radians.
The angle of rotation of the chart around the Z axis, in radians.

In This Topic
    RotateEventArgs Constructor(Single,Single,Single)
    In This Topic
    Creates a new instance of RotateEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal z As System.Single _
    )
    public RotateEventArgs( 
       System.float x,
       System.float y,
       System.float z
    )

    Parameters

    x
    The angle of rotation of the chart around the X axis, in radians.
    y
    The angle of rotation of the chart around the Y axis, in radians.
    z
    The angle of rotation of the chart around the Z axis, in radians.
    See Also