Skip to main content
Version: 3.8

Interface: HandleScaleOptions

Represents options for how the chart is scaled by the mouse and touch gestures.

Properties

mouseWheel

mouseWheel: boolean

Enable scaling with the mouse wheel.

defaultvalue true


pinch

pinch: boolean

Enable scaling with pinch/zoom gestures.

defaultvalue true


axisPressedMouseMove

axisPressedMouseMove: boolean | AxisPressedMouseMoveOptions

Enable scaling the price and/or time scales by holding down the left mouse button and moving the mouse.


axisDoubleClickReset

axisDoubleClickReset: boolean

Enable resetting scaling by double-clicking the left mouse button.

defaultvalue true