Gets the collection of available interactive actions.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public ActionCollection Actions { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public ReadOnly Property Actions As ActionCollection Get |
Remarks
The following actions are available:
- Rotate - rotate chart, -
- Scale - change scale of chart, -
- Translate - scroll through chart, -
- Zoom - select rectangular area of chart for view. -
- Reset - reset chart to default view. -
- SetFreeRotation - set free rotation mode(default). -
- SetRotationAxisX - set rotation around x-axis. -
- SetRotationAxisY - set rotation around y-axis. -
- SetRotationAxisZ - set rotation around z-axis. -