Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool RuntimeRotation { get; set; }

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