[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.RotateEventArgs

RotateEventArgs Class

Represents chart rotation event data.

Inheritance
RotateEventArgs
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public class RotateEventArgs : EventArgs

Constructors

Name Description
RotateEventArgs()

Creates a new instance of RotateEventArgs class.

RotateEventArgs(float, float, float)

Creates a new instance of RotateEventArgs class.

Properties

Name Description
RotationX

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

RotationY

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

RotationZ

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