Lines Matching full:or
5 …ualize data points. Currently *Line* charts (connect points with lines and/or draw points on them)…
17 - `LV_PART_ITEMS` Refers to the line or bar series.
20 - `LV_PART_INDICATOR` Refers to the points on line and scatter chart (small circles or squares).
30 - `LV_CHART_TYPE_LINE` Draw lines between the data points and/or points (rectangles or circles) on…
50 The array's pointer will be saved in the chart so it needs to be global, static or dynamically allo…
53 …ned with `lv_chart_get_y_array(chart, ser)`, which can be used with `ext_array` or *normal array*s.
64 Use `LV_CHART_POINT_NONE` as value to make the library skip drawing that point, column, or line seg…
86 `axis` can be `LV_CHART_AXIS_PRIMARY` (left axis) or `LV_CHART_AXIS_SECONDARY` (right axis).
119 The possible values of `dir` `LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL` or their OR-ed values to…
126 …` sticks the cursor at a point. If the point's position changes (new value or scrolling) the curso…
165 - `text`: `value` converted to decimal or `NULL` for minor ticks