[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.RotateEventArgs.-ctor

RotateEventArgs Constructor

RotateEventArgs()

Creates a new instance of RotateEventArgs class.

Declaration
public RotateEventArgs()

RotateEventArgs(float, float, float)

Creates a new instance of RotateEventArgs class.

Declaration
public RotateEventArgs(float x, float y, float z)
Parameters
Type Name Description
float x

The angle of rotation of the chart around the X axis, in radians.

float y

The angle of rotation of the chart around the Y axis, in radians.

float z

The angle of rotation of the chart around the Z axis, in radians.