Searched refs:lv_chart_set_div_line_count (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.h | 110 void lv_chart_set_div_line_count(lv_obj_t * obj, uint8_t hdiv, uint8_t vdiv);
|
D | lv_chart.c | 175 void lv_chart_set_div_line_count(lv_obj_t * obj, uint8_t hdiv, uint8_t vdiv) in lv_chart_set_div_line_count() function
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_chart_parser.c | 68 lv_chart_set_div_line_count(item, value1, value2); in lv_xml_chart_apply()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_5.c | 23 lv_chart_set_div_line_count(chart, 5, 7); in lv_example_chart_5()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_chart.c | 170 lv_chart_set_div_line_count(chart, 0, 21); in test_draw_task_hooking()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 464 lv_chart_set_div_line_count(chart, 3, 0); in create_widget2() 655 lv_chart_set_div_line_count(chart, 3, 0); in create_widget3()
|
D | lv_demo_high_res_app_ev_charging.c | 378 lv_chart_set_div_line_count(chart, 3, 0); in create_widget2()
|
D | lv_demo_high_res_app_thermostat.c | 187 lv_chart_set_div_line_count(chart, 3, 0); in create_widget1()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 481 lv_chart_set_div_line_count(chart, 0, 0); in chart_create()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 600 lv_chart_set_div_line_count(chart, 0, 12); in create_chart_with_scales() 902 lv_chart_set_div_line_count(chart3, 6, 0); in shop_create()
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 288 :cpp:expr:`lv_chart_set_div_line_count(chart, hdiv_num, vdiv_num)`. The default
|