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

ZoomingOptions.UseMouseWheel Property

Specifies whether zooming can be performed using the mouse wheel.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseMouseWheel { get; set; }

Property Value

Type Description
Boolean

true to allow using the mouse wheel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouseWheel
Diagram3D
.ZoomingOptions.UseMouseWheel
FunnelDiagram3D
.ZoomingOptions.UseMouseWheel
GanttDiagram
.ZoomingOptions.UseMouseWheel
SimpleDiagram3D
.ZoomingOptions.UseMouseWheel
SwiftPlotDiagram
.ZoomingOptions.UseMouseWheel
XYDiagram
.ZoomingOptions.UseMouseWheel
XYDiagram2D
.ZoomingOptions.UseMouseWheel
XYDiagram3D
.ZoomingOptions.UseMouseWheel

Remarks

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

See Also