Searched refs:x_value (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.h | 276 void lv_chart_set_next_value2(lv_obj_t * obj, lv_chart_series_t * ser, int32_t x_value, int32_t y_v… 296 …id lv_chart_set_value_by_id2(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id, int32_t x_value,
|
D | lv_chart.c | 503 void lv_chart_set_next_value2(lv_obj_t * obj, lv_chart_series_t * ser, int32_t x_value, int32_t y_v… in lv_chart_set_next_value2() argument 515 ser->x_points[ser->start_point] = x_value; in lv_chart_set_next_value2() 532 …id lv_chart_set_value_by_id2(lv_obj_t * obj, lv_chart_series_t * ser, uint32_t id, int32_t x_value, in lv_chart_set_value_by_id2() argument 545 ser->x_points[id] = x_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)`
|