[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.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,
  • 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