Skip to main content
A newer version of this page is available. .

ZoomingOptions.UseKeyboardWithMouse Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
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
FunnelDiagram3D
.ZoomingOptions.UseKeyboardWithMouse
GanttDiagram
.ZoomingOptions.UseKeyboardWithMouse
SimpleDiagram3D
.ZoomingOptions.UseKeyboardWithMouse
SwiftPlotDiagram
.ZoomingOptions.UseKeyboardWithMouse
XYDiagram
.ZoomingOptions.UseKeyboardWithMouse
XYDiagram2D
.ZoomingOptions.UseKeyboardWithMouse
XYDiagram3D
.ZoomingOptions.UseKeyboardWithMouse

Remarks

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

See Also