Skip to main content

RotationOptions.UseMouse Property

Specifies whether users can use the mouse to rotate a chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true to allow users to rotate a chart with the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouse
Diagram3D
.RotationOptions .UseMouse

Remarks

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

See Also