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

RotationOptions.UseMouse Property

Specifies whether rotation can be performed using the mouse.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true to allow using the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouse
Diagram3D
.RotationOptions .UseMouse
FunnelDiagram3D
.RotationOptions .UseMouse
SimpleDiagram3D
.RotationOptions .UseMouse
XYDiagram3D
.RotationOptions .UseMouse

Remarks

For more information, refer to Rotation (3D Charts).

See Also