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

ScrollingOptions.UseMouse Property

Specifies whether scrolling can be performed using the mouse.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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
.ScrollingOptions.UseMouse
FunnelDiagram3D
.ScrollingOptions.UseMouse
GanttDiagram
.ScrollingOptions.UseMouse
SimpleDiagram3D
.ScrollingOptions.UseMouse
SwiftPlotDiagram
.ScrollingOptions.UseMouse
XYDiagram
.ScrollingOptions.UseMouse
XYDiagram2D
.ScrollingOptions.UseMouse
XYDiagram3D
.ScrollingOptions.UseMouse

Remarks

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

See Also