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

ScrollingOptions.ScrollLeftShortcuts Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

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