lv_chart_get_pressed_point() function
Get the index of the currently pressed point. It's the same for every series.
Syntax
uint32_t lv_chart_get_pressed_point(const lv_obj_t * obj); Arguments
obj
pointer to a chart object
Return value
the index of the point [0 .. point count] or LV_CHART_POINT_ID_NONE if no point is being pressed