Back to Devexpress

Diagram3D.RuntimeScrolling Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagram3d-6294a7cd.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool RuntimeScrolling { get; set; }
vb
Public Property RuntimeScrolling As Boolean

Property Value

TypeDescription
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

Diagram3D Class

Diagram3D Members

DevExpress.Xpf.Charts Namespace