Diagram3D.RuntimeRotation Property
Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a chart can be rotated at runtime; otherwise, false. |
Remarks
Use the RuntimeRotation property to enable rotation of the 3D diagram at runtime either via the mouse or using different rotation gestures on your touchscreen device.
See Also