Lines Matching full:or
15 - 0 or more background division lines (horizontal and vertical),
18 - 0 or more data series (you can add or remove them at any time),
19 - 0 or more cursors (you can add or remove them at any time),
25 - show precise locations of points or other locations on chart with cursors
26 - show or hide individual data series
27 - show or hide individual data points
28 - show or hide cursors
40 - Can be LINE (default), BAR, SCATTER, or none.
86 - You can add, show, hide or remove cursors at any time during a chart's life.
121 - :cpp:enumerator:`LV_PART_ITEMS` Refers to the LINE or BAR data series.
130 (small circles or squares [with possibly-rounded corners]).
134 or ``height`` are set to 0, only the cursor's lines are drawn.
183 When adding a data series to a SCATTER chart, bit-wise OR your selected Y axis
184 (primary or secondary) with one of the X-axis values.
196 for the life of the series, i.e. the array needs to be global, static or dynamically
208 the provided Y-value array or provided your own.
231 that point, column, or scatter-point.
278 :cpp:enumerator:`LV_CHART_AXIS_PRIMARY_Y` (left Y axis) or
316 chart's width and/or height to a larger value. Doing this will cause the the chart
333 ``LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL`` or their bit-wise OR-ed values to tell
347 (via a new value or via scrolling), the cursor moves with the point.