Back to Devexpress

Diagram3D.ScrollingOptions Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-d05975cc.md

latest2.2 KB
Original Source

Diagram3D.ScrollingOptions Property

Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ScrollingOptions ScrollingOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ScrollingOptions As ScrollingOptions

Property Value

TypeDescription
ScrollingOptions

A ScrollingOptions object, representing scrolling options.

|

Remarks

The ScrollingOptions property becomes available when the Diagram3D.RuntimeScrolling property is enabled.

Use the ScrollingOptions property to specify how the diagram can be scrolled: via the keyboard, mouse or flick gestures if you have a touchscreen device.

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

See Also

RuntimeScrolling

ZoomingOptions

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace