React Chart - ZoomEndEvent

The type of the zoomEnd event handler's argument.

import { ZoomEndEvent } from "devextreme/viz/chart"
Type:

Object

actionType

axis

Type:

Chart Axis

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type:

Chart

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

previousRange

Type:

Object

range

Type:

Object

rangeEnd

Type:

Date

|

Number

rangeStart

Type:

Date

|

Number

shift

Type:

Number

zoomFactor

Type:

Number