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

Diagram3D.RuntimeScrolling Property

Gets or sets a value indicating if the 3D diagram can be scrolled by end-users at runtime.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public bool RuntimeScrolling { get; set; }

Property Value

Type Description
Boolean

true if scrolling is enabled; otherwise, false.

Remarks

Use the RuntimeScrolling property to enable scrolling of the 3D diagram at runtime.

When the RuntimeScrolling property is set to true, the Diagram3D.NavigationOptions property becomes available and you can scroll the diagram via the keyboard and / or a mouse or using flick gestures on your touchscreen device.

See Also