C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / AfterRotate Event

AfterRotate Event
Occurs after chart rotates.
Syntax
'Declaration
 
Public Event AfterRotate As RotateEventHandler
 
Event Data

The event handler receives an argument of type RotateEventArgs containing data related to this event. The following RotateEventArgs properties provide information specific to this event.

PropertyDescription
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.  
Remarks
The event handler receives an argument of type RotateEventArgs containing data related to this event.
See Also