ZoomEndEvent
Arguments for the zoomEnd
event.
axisRanges
{[name: string]: AxisRange}
A dictionary which contains the range (min and max values) of 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.
originalEvent
any
The original user event that triggered the drag action.
sender
The ChartComponent
that triggered the event.