Back to Devexpress

ZoomingOptions.UseKeyboardWithMouse Property

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions-a6981f98.md

latest2.0 KB
Original Source

ZoomingOptions.UseKeyboardWithMouse Property

Specifies whether zooming can be performed using the keydoard and mouse combinations.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true to allow using the keyboard and mouse combinations; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseKeyboardWithMouse
Diagram3D

.ZoomingOptions .UseKeyboardWithMouse

|

Remarks

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

See Also

UseKeyboard

UseMouseWheel

ZoomingOptions Class

ZoomingOptions Members

DevExpress.XtraCharts Namespace