2D Chart for WinForms | ComponentOne
Design-Time Support / C1Chart Collection Editors / Action Collection Editor
In This Topic
    Action Collection Editor
    In This Topic

    The Action Collection Editor is used for setting up the rotation, scaling, translation, and zooming interactions in the chart at design time. For more information on rotation, scaling, translation, and zooming interactions, see Rotating, Scaling, Translating, and Zooming.

    To Access the Action Collection Editor

    1. Right-click the C1Chart control and select Properties from its context menu.
    2. In the Properties window, expand the Interaction node, then click on the ellipsis button next to the Actions property. The Action Collection Editor appears.
          

    Properties available in the Action Collection Editor

    The following properties are available for the user in the Action Collection Editor at design time or they can be used in the Interaction class at run time:

    Members Description
    Axis Gets or sets the axis or axes used in transformation action.
    Modifier Gets or sets the key modifier.
    MouseButton Gets or sets the mouse button that starts this action.
    Name Gets the name of the action.
    See Also