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

ScrollingOptionsModel.UseMouse Property

Gets or sets the value of the ScrollingOptions.UseMouse within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true if using the mouse is allowed; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouse
Diagram3DModel
.ScrollingOptions .UseMouse
FunnelDiagram3DModel
.ScrollingOptions .UseMouse
GanttDiagramModel
.ScrollingOptions .UseMouse
SimpleDiagram3DModel
.ScrollingOptions .UseMouse
SwiftPlotDiagramModel
.ScrollingOptions .UseMouse
XYDiagram2DModel
.ScrollingOptions .UseMouse
XYDiagram3DModel
.ScrollingOptions .UseMouse
XYDiagramModel
.ScrollingOptions .UseMouse
See Also