Lines Matching refs:points

25 - show precise locations of points or other locations on chart with cursors
27 - show or hide individual data points
55 Point count (number of data points in all data series added to the chart)
59 - For LINE- and BAR-charts, this is the number of points on the X axis.
61 - For SCATTER charts, this is the number of scatter-points in the data series.
71 - To get points to be drawn on the chart, you must set their Y-values to something
101 - For a SCATTER chart, within each series, points later in the sequence will appear
102 on top of points earlier in the sequence when there is overlap.
125 the appearance of points on the line.
129 - :cpp:enumerator:`LV_PART_INDICATOR` Refers to points on LINE- and SCATTER-charts
149 - :cpp:enumerator:`LV_CHART_TYPE_LINE`: Draw lines between data points. Data points
155 lines between the points if line-width style values for
157 something other than :c:macro:`LV_CHART_POINT_NONE`. (Drawing of individual points on a
222 1. Set the values programmatically in the array like ``ser1->points[3] = 7`` and refresh the
228 4. Set all points to a single Y-value with :cpp:expr:`lv_chart_set_all_values(chart, series, value)…
255 Number of points
258 The number of points in the series can be modified by
260 Note: this affects the number of points processed when an external
264 Handling large numbers of points argument
267 On LINE charts, if the number of points is greater than the pixels
270 points to a pixel, LVGL searches the smallest and the largest value and
281 The value of the points will be scaled proportionally. The default range