Back to Devexpress

ScrollingOptions.UseMouse Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions-4c2450e4.md

latest1.9 KB
Original Source

ScrollingOptions.UseMouse Property

Specifies whether users can scroll a chart with the mouse.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseMouse { get; set; }
vb
Public Property UseMouse As Boolean

Property Value

TypeDescription
Boolean

true to allow users to scroll a chart with the mouse; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseMouse
Diagram3D

.ScrollingOptions .UseMouse

|

Remarks

For more information, refer to Zooming and Scrolling (2D XY-Charts) and Zooming and Scrolling (3D Charts).

See Also

UseKeyboard

UseScrollBars

ScrollingOptions Class

ScrollingOptions Members

DevExpress.XtraCharts Namespace