Gets the collection of available interactive actions.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public ActionCollection Actions { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ Public ReadOnly Property Actions As ActionCollection 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. -