Back to Devexpress

ScrollingOptions.ScrollUpShortcuts Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions-3b0d3ac9.md

latest1.4 KB
Original Source

ScrollingOptions.ScrollUpShortcuts Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ChartShortcutKeyCollection

The shortcut key collection.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ScrollUpShortcuts
Diagram3D

.ScrollingOptions .ScrollUpShortcuts

|

See Also

ScrollingOptions Class

ScrollingOptions Members

DevExpress.XtraCharts Namespace