Searched refs:lv_chart_set_cursor_point (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_6.c | 15 lv_chart_set_cursor_point(obj, cursor, NULL, last_id); in value_changed_event_cb()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.h | 238 void lv_chart_set_cursor_point(lv_obj_t * chart, lv_chart_cursor_t * cursor, lv_chart_series_t * se…
|
D | lv_chart.c | 453 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-latest/docs/details/widgets/ |
D | chart.rst | 328 :cpp:func:`lv_chart_set_cursor_point` by passing :c:macro:`LV_CHART_POINT_NONE` as 345 :cpp:expr:`lv_chart_set_cursor_point(chart, cursor, series, point_id)` places the
|