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

ScrollingOptions.ScrollUpShortcuts Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ChartShortcutKeyCollection ScrollUpShortcuts { 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 ScrollUpShortcuts
Diagram3D
.ScrollingOptions .ScrollUpShortcuts
FunnelDiagram3D
.ScrollingOptions .ScrollUpShortcuts
GanttDiagram
.ScrollingOptions .ScrollUpShortcuts
SimpleDiagram3D
.ScrollingOptions .ScrollUpShortcuts
SwiftPlotDiagram
.ScrollingOptions .ScrollUpShortcuts
XYDiagram
.ScrollingOptions .ScrollUpShortcuts
XYDiagram2D
.ScrollingOptions .ScrollUpShortcuts
XYDiagram3D
.ScrollingOptions .ScrollUpShortcuts
See Also