Skip to main content

ScrollingOptions.ScrollLeftShortcuts Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.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
See Also