Back to Devexpress

ZoomingOptions.UseMouseWheel Property

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions-69291c7b.md

latest1.9 KB
Original Source

ZoomingOptions.UseMouseWheel Property

Specifies whether users can zoom a chart with the mouse wheel.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseMouseWheel
Diagram3D

.ZoomingOptions .UseMouseWheel

|

Remarks

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

See Also

UseKeyboard

UseKeyboardWithMouse

ZoomingOptions Class

ZoomingOptions Members

DevExpress.XtraCharts Namespace