Searched refs:lv_chart_get_point_pos_by_id (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_4.c | 25 lv_chart_get_point_pos_by_id(chart, ser, id, &p); in event_cb()
|
/lvgl-latest/src/extra/widgets/chart/ |
D | lv_chart.h | 256 void lv_chart_get_point_pos_by_id(lv_obj_t * obj, lv_chart_series_t * ser, uint16_t id, lv_point_t …
|
D | lv_chart.c | 269 void lv_chart_get_point_pos_by_id(lv_obj_t * obj, lv_chart_series_t * ser, uint16_t id, lv_point_t … in lv_chart_get_point_pos_by_id() function 1325 lv_chart_get_point_pos_by_id(obj, cursor->ser, cursor->point_id, &p); in draw_cursors()
|
/lvgl-latest/docs/widgets/extra/ |
D | chart.md | 124 `lv_chart_get_point_pos_by_id(chart, series, id, &point_out)` gets the coordinate of a given point.…
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 100 - fix(chart): fix lv_chart_get_point_pos_by_id [`f9ffcc9`](https://github.com/lvgl/lvgl/commit/f9ff…
|