Skip to main content
A newer version of this page is available. .

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

Declaration

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 either via the mouse or using different rotation gestures on your touchscreen device.

See Also