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

ScrollingOptions.ScrollRightShortcuts Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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