DragEndEvent
Class
Arguments for the dragEnd event.
Definition
Package:@progress/kendo-vue-charts
Properties
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.
nativeEvent
any
The original user event that triggered the drag action.
target
any
The Chart component that triggered the event.