Lines Matching refs:line
15 - `LV_PART_MAIN` The background of the chart. Uses all the typical background and *line* (for the d…
17 - `LV_PART_ITEMS` Refers to the line or bar series.
18 …- Line chart: The *line* properties are used by the lines. `width`, `height`, `bg_color` and `radi…
20 - `LV_PART_INDICATOR` Refers to the points on line and scatter chart (small circles or squares).
64 Use `LV_CHART_POINT_NONE` as value to make the library skip drawing that point, column, or line seg…
81 On line charts, if the number of points is greater than the pixels horizontally, the Chart will dra…
93 If there is a visible border on a side and no padding on that side, the division line would be draw…
136 - `id`: index of the line
137 - `p1`, `p2`: points of the line
139 - `LV_CHART_DRAW_PART_LINE_AND_POINT` Used on line and scatter charts for lines and points.
143 - `p1`, `p2`: points of the line
157 - `p1`, `p2`: points of the line