Skip to main content

ScrollingOptions.UseKeyboard Property

Specifies whether scrolling can be performed using the keyboard.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

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
.ScrollingOptions .UseKeyboard

#Remarks

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

See Also