ChartEventType
ChartEventType
#
Bases: Enum
The type of event that occurred on the chart.
LONG_PRESS_END
#
When a pointer stops contacting the screen after a long press gesture was detected. Also reports the position where the pointer stopped contacting the screen.
PAN_CANCEL
#
When the pointer that previously triggered a pan-start did not complete.
PAN_END
#
When a pointer that was previously in contact with the screen and moving is no longer in contact with the screen.
POINTER_EXIT
#
The pointer has moved with respect to the device while the pointer is or is not in contact with the device, and exited our chart.
TAP_CANCEL
#
When the pointer that previously triggered a tap-down will not end up causing a tap.