Skip to main content
A newer version of this page is available. .

ScrollingOptions.ScrollDownShortcuts Property

Returns the collection of shortcuts used to scroll down the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public ChartShortcutKeyCollection ScrollDownShortcuts { get; }

Property Value

Type Description
ChartShortcutKeyCollection

The shortcut key collection.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScrollDownShortcuts
Diagram3D
.ScrollingOptions.ScrollDownShortcuts
FunnelDiagram3D
.ScrollingOptions.ScrollDownShortcuts
GanttDiagram
.ScrollingOptions.ScrollDownShortcuts
SimpleDiagram3D
.ScrollingOptions.ScrollDownShortcuts
SwiftPlotDiagram
.ScrollingOptions.ScrollDownShortcuts
XYDiagram
.ScrollingOptions.ScrollDownShortcuts
XYDiagram2D
.ScrollingOptions.ScrollDownShortcuts
XYDiagram3D
.ScrollingOptions.ScrollDownShortcuts
See Also