Rotation (3D Charts)
- 2 minutes to read
End-users are able to rotate a chart’s diagram, where it plots one of the 3D chart types. This feature is useful if a chart displays multiple series or data points, and it’s required to change the current rotation angles to view chart data in detail.
Note
To enable gesture rotation, the ChartControl.IsManipulationEnabled property should be set to true.
To enable this feature, you need to set the Diagram3D.RuntimeRotation property to true.
Rotating a Chart
To rotate a 3D chart’s diagram, an end-user must do one of the following:
Action | Effect |
---|---|
Hold down the left mouse button on the diagram and drag the mouse pointer. | If the rotation is enabled, and an end-user hovers over a 3D chart’s area with the mouse pointer, and the mouse pointer appears as a “drag hand” (). After an end-user holds down the left mouse button, the mouse pointer is changed to . Then, move the mouse pointer holding the left mouse button, and a chart’s diagram is rotated in the same direction as the mouse pointer is moved. |
Use rotation gestures on a touchscreen device. | Touch a 3D chart’s area with two fingers and move them in a clockwise or counterclockwise direction. |