Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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 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