Back to Devexpress

ScrollingOptions.ScrollMouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions-855a5cb3.md

latest1.7 KB
Original Source

ScrollingOptions.ScrollMouseAction Property

Returns the action used to scroll the chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartMouseAction ScrollMouseAction { get; }
vb
Public ReadOnly Property ScrollMouseAction As ChartMouseAction

Property Value

TypeDescription
ChartMouseAction

The action that should be performed to scroll the chart.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ScrollMouseAction
Diagram3D

.ScrollingOptions .ScrollMouseAction

|

Remarks

To specify the action used to scroll a chart, define the ChartMouseAction.ModifierKeys and ChartMouseAction.MouseButton properties.

See Also

ScrollingOptions Class

ScrollingOptions Members

DevExpress.XtraCharts Namespace