Skip to main content

ZoomingOptions.UseKeyboardWithMouse Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseKeyboardWithMouse { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path 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