ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Interaction Class / Actions Property

In This Topic
    Actions Property
    In This Topic
    Gets the collection of available interactive actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property Actions As ActionCollection
    public ActionCollection Actions {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.

    See Also