ZoomEndEvent

Represents the event arguments triggered when a zoom operation is completed on the chart.

Props

The following table outlines the props for the ZoomEndEvent:

NameTypeDefaultDescription
axisName
string
-

The name of the axis that was zoomed during the operation.

currentVisibleRange
-

The visible range of the axis after the zoom operation. Includes updated minimum, maximum, interval, and delta values.

currentZoomFactor
number
-

The zoom factor applied to the axis after the zoom operation.

currentZoomPosition
number
-

The zoom position of the axis after the zoom operation.

previousVisibleRange
-

The visible range of the axis before the zoom operation. Includes previous minimum, maximum, interval, and delta values.

previousZoomFactor
number
-

The zoom factor applied to the axis before the zoom operation.

previousZoomPosition
number
-

The zoom position of the axis before the zoom operation.