2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart 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 (only for chart with 3D effects),
    • Scale - change scale of chart,
    • Translate - scroll through chart,
    • Zoom - select rectangular area of chart for view.

    Scale, translate and zoom actions are available for charts with Cartesian axes. All actions are invoked when user drags the mouse over plot area with the specified keyboard modifier(ALT, CONTROL, SHIFT).

    The default action map includes the following actions:

    • rotate - left mouse button,
    • scale - CONTROL + left mouse button,
    • translate - SHIFT + left mouse button,
    • zoom - ALT + left mouse button.

    See Also