Lines Matching refs:lines
5 …ct to visualize data points. Currently *Line* charts (connect points with lines and/or draw points…
8 - division lines
15 …f the chart. Uses all the typical background and *line* (for the division lines) related style pro…
18 …- Line chart: The *line* properties are used by the lines. `width`, `height`, `bg_color` and `radi…
30 - `LV_CHART_TYPE_LINE` Draw lines between the data points and/or points (rectangles or circles) on…
32 - `LV_CHART_TYPE_SCATTER` - X/Y chart drawing point's and lines between the points. .
81 …s greater than the pixels horizontally, the Chart will draw only vertical lines to make the drawin…
82 …el, LVGL searches the smallest and the largest value and draws a vertical lines between them to en…
90 ### Division lines
91 The number of horizontal and vertical division lines can be modified by `lv_chart_set_div_line_coun…
92 The default settings are 3 horizontal and 5 vertical division lines.
131 …- `LV_CHART_DRAW_PART_DIV_LINE_INIT` Used before/after drawn the div lines to add masks to any ex…
134 …_LINE_HOR`, `LV_CHART_DRAW_PART_DIV_LINE_VER` Used for each horizontal and vertical division lines.
139 - `LV_CHART_DRAW_PART_LINE_AND_POINT` Used on line and scatter charts for lines and points.
155 - `LV_CHART_DRAW_PART_CURSOR` Used on cursor lines and points.
161 - `LV_CHART_DRAW_PART_TICK_LABEL` Used on tick lines and labels.