New to Kendo UI for Angular? Start a free 30-day trial
ZoomEndEvent
Represents the arguments for the zoomEnd
event of the Chart component (see example).
Name | Type | Default | Description |
---|---|---|---|
axisRanges |
|
Specifies a dictionary that contains the range of named axes. Use the axis name as a key to access the minimum and maximum values. 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 |
|
Specifies the original user event that triggered the zoom action. | |
sender |
|
Specifies the |