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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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