[]
        
(Showing Draft Content)

C1.Win.C1Chart.Interaction.Actions

Actions Property

Actions

Gets the collection of available interactive actions.

Declaration
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