DragEndEvent
Class
Represents the arguments for the dragEnd event of the Chart component (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
axisRanges
{ [name: string]: AxisRange }
Specifies a dictionary that contains the range of named axes. Use the axis name as a key to access the minimum and maximum values.
Specifies the original user event that triggered the drag action.
Specifies the ChartComponent that triggered the event.