Occurs after chart rotates.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public event RotateEventHandler AfterRotate
Visual Basic
Public Event AfterRotate As RotateEventHandler

Remarks

The event handler receives an argument of type RotateEventArgs containing data related to this event.

See Also