Searched refs:lv_chart_set_x_start_point (Results 1 – 4 of 4) sorted by relevance
307 void lv_chart_set_x_start_point(lv_obj_t * obj, lv_chart_series_t * ser, uint16_t id);
417 void lv_chart_set_x_start_point(lv_obj_t * obj, lv_chart_series_t * ser, uint16_t id) in lv_chart_set_x_start_point() function
97 index with the function `lv_chart_set_x_start_point(chart, ser, id)` where `id` is the new index po…
1920 - Add `lv_chart_set_x_start_point()` function - Set the index of the x-axis start point in the data…