Back to Devexpress

Diagram3D.RuntimeScrolling Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-139e020b.md

latest2.0 KB
Original Source

Diagram3D.RuntimeScrolling Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool RuntimeScrolling { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
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 Chart’s diagram at runtime.

When the RuntimeScrolling property is enabled, the Diagram3D.ScrollingOptions property becomes available, allowing you to choose ways in which scrolling can be performed: via the keyboard (CTRL + arrow keys), using flick gestures if you have a touchscreen device or using the mouse button (click the mouse wheel button on a chart and drag it).

For more information, refer to Zooming and Scrolling (3D Charts).

See Also

ScrollingOptions

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace