ZoomingOptions.UseMouseWheel Property
Specifies whether users can zoom a chart with the mouse wheel.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseMouseWheel { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to allow users to zoom a chart with the mouse wheel; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseMouseWheel |
---|---|
Diagram3D |
|
Remarks
For more information, refer to Zooming and Scrolling (2D XY-Charts) and Zooming and Scrolling (3D Charts).
See Also