Searched refs:lv_chart_set_cursor_point (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.6.0/examples/widgets/chart/ |
D | lv_example_chart_6.c | 17 lv_chart_set_cursor_point(obj, cursor, NULL, last_id); in event_cb()
|
/lvgl-3.6.0/src/extra/widgets/chart/ |
D | lv_chart.h | 348 void lv_chart_set_cursor_point(lv_obj_t * chart, lv_chart_cursor_t * cursor, lv_chart_series_t * se…
|
D | lv_chart.c | 493 void lv_chart_set_cursor_point(lv_obj_t * chart, lv_chart_cursor_t * cursor, lv_chart_series_t * se… in lv_chart_set_cursor_point() function
|
/lvgl-3.6.0/docs/widgets/extra/ |
D | chart.md | 126 `lv_chart_set_cursor_point(chart, cursor, series, point_id)` sticks the cursor at a point. If the p…
|