New to Kendo UI for Angular? Start a free 30-day trial
DragEvent
Represents the arguments for the drag
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. | |
originalEvent |
|
Specifies the original user event that triggered the drag action. | |
sender |
|
Specifies the |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. The source component suppresses the built-in behavior that follows the event. |