Home
last modified time | relevance | path

Searched refs:LV_CHART_DRAW_PART_LINE_AND_POINT (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.6.0/src/extra/widgets/chart/
Dlv_chart.h131 LV_CHART_DRAW_PART_LINE_AND_POINT, /**< Used on line and scatter charts for lines and points*/ enumerator
Dlv_chart.c936 part_draw_dsc.type = LV_CHART_DRAW_PART_LINE_AND_POINT; in draw_series_line()
1108 part_draw_dsc.type = LV_CHART_DRAW_PART_LINE_AND_POINT; in draw_series_scatter()
/lvgl-3.6.0/docs/widgets/extra/
Dchart.md139 - `LV_CHART_DRAW_PART_LINE_AND_POINT` Used on line and scatter charts for lines and points.