Returns or sets a value that indicates whether users can interactively rotate three-dimensional charts by holding down the control key to display the rotation cursor.
Syntax
object.AllowDynamicRotation [ = boolean]
The AllowDynamicRotation property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression that specifies whether a dynamic rotation is allowed, as described in Settings. |
Settings
The settings for boolean are:
| Setting | Description |
| True | (Default) The user can interactively rotate the chart with the cursor. |
| False | The user cannot interactively rotate the chart with the cursor. |