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

ZoomingOptions.UseKeyboard Property

Specifies whether zooming can be performed using the keyboard.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseKeyboard { get; set; }

Property Value

Type Description
Boolean

true to allow using the keyboard; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseKeyboard
Diagram3D
.ZoomingOptions.UseKeyboard
FunnelDiagram3D
.ZoomingOptions.UseKeyboard
GanttDiagram
.ZoomingOptions.UseKeyboard
SimpleDiagram3D
.ZoomingOptions.UseKeyboard
SwiftPlotDiagram
.ZoomingOptions.UseKeyboard
XYDiagram
.ZoomingOptions.UseKeyboard
XYDiagram2D
.ZoomingOptions.UseKeyboard
XYDiagram3D
.ZoomingOptions.UseKeyboard

Remarks

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

See Also