IZoomCompleteEventArgs

23 Sep 20251 minute to read

Properties

axis AxisModel

Defines the axis that was zoomed.

cancel boolean

Defines the event’s cancellation status.

currentVisibleRange VisibleRangeModel

Defines the visible range of the axis after the zoom operation.

currentZoomFactor number

Defines the zoom factor after the zoom operation.

currentZoomPosition number

Defines the zoom position after the zoom operation.

name string

Defines the name of the event.

previousVisibleRange VisibleRangeModel

Defines the visible range of the axis before the zoom operation.

previousZoomFactor number

Defines the zoom factor before the zoom operation.

previousZoomPosition number

Defines the zoom position before the zoom operation.