Back to Devexpress

Diagram3D.RuntimeRotation Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-5fedd986.md

latest2.1 KB
Original Source

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 or using rotation gestures (if the device supports touchscreen).

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool RuntimeRotation { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property RuntimeRotation As Boolean

Property Value

TypeDescription
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 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

RotationType

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace