corelibraries-devexpress-dot-xtracharts-dot-diagram3d-5fedd986.md
Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer or using rotation gestures (if the device supports touchscreen).
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool RuntimeRotation { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property RuntimeRotation As Boolean
| Type | Description |
|---|---|
| Boolean |
true if a chart can be rotated at runtime; otherwise, false.
|
Use the RuntimeRotation property to enable rotation of the 3D diagram at runtime via the mouse pointer or using rotation gestures on a touchscreen device. If the RuntimeRotation property is set to true, the Diagram3D.RotationType property value is not RotationType.UseAngles, and a mouse pointer or your fingers hover over the 3D chart’s diagram, the Hand pointer is shown This indicates that an end-user may rotate a chart’s diagram.
Note
Runtime rotation is available for 3D Series Views only.
You can rotate a chart at design time via the CTRL+mouse pointer.
See Also