ZoomEndEvent
Class
Arguments for the zoomEnd event.
Definition
Package:@progress/kendo-react-charts
Properties
axisRanges
{ [name: string]: AxisRange }
A dictionary which contains the range (min and max values) of the named axes. The axis name is used as a key.
The dictionary includes only the affected axis ranges. If an axis is locked or its range is not modified, the axis will not be listed.
nativeEvent
any
The original user event that triggered the drag action.