Back to Devexpress

ScrollingOptions.ScrollRightShortcuts Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions-45e17eec.md

latest1.5 KB
Original Source

ScrollingOptions.ScrollRightShortcuts Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartShortcutKeyCollection ScrollRightShortcuts { get; }
vb
Public ReadOnly Property ScrollRightShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
ChartShortcutKeyCollection

The shortcut key collection.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ScrollRightShortcuts
Diagram3D

.ScrollingOptions .ScrollRightShortcuts

|

See Also

ScrollingOptions Class

ScrollingOptions Members

DevExpress.XtraCharts Namespace