Searched refs:y_value (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.h | 276 …v_chart_set_next_value2(lv_obj_t * obj, lv_chart_series_t * ser, int32_t x_value, int32_t y_value); 297 int32_t y_value);
|
D | lv_chart.c | 503 …lv_chart_set_next_value2(lv_obj_t * obj, lv_chart_series_t * ser, int32_t x_value, int32_t y_value) in lv_chart_set_next_value2() argument 516 ser->y_points[ser->start_point] = y_value; in lv_chart_set_next_value2() 533 int32_t y_value) in lv_chart_set_value_by_id2() argument 546 ser->y_points[id] = y_value; in lv_chart_set_value_by_id2()
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 235 - :cpp:expr:`lv_chart_set_value_by_id2(chart, series, id, x_value, y_value)` and 236 - :cpp:expr:`lv_chart_set_next_value2(chart, series, x_value, y_value)`
|