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

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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