Lines Matching full:on
25 - show precise locations of points or other locations on chart with cursors
52 data series is created (more on this below). More than one data series can be
59 - For LINE- and BAR-charts, this is the number of points on the X axis.
68 based on its chart type and ``point_count``. (All chart types use an array of
71 - To get points to be drawn on the chart, you must set their Y-values to something
94 When a chart is drawn, certain things appear on top of other things, in this
100 - Earliest data series added appears on top.
102 on top of points earlier in the sequence when there is overlap.
106 - The most recent cursor added appears on top.
125 the appearance of points on the line.
129 - :cpp:enumerator:`LV_PART_INDICATOR` Refers to points on LINE- and SCATTER-charts
157 something other than :c:macro:`LV_CHART_POINT_NONE`. (Drawing of individual points on a
246 :cpp:func:`lv_chart_set_next_value` can behave in two ways depending on *update
267 On LINE charts, if the number of points is greater than the pixels
290 visible border on a side and no padding on that side, the division line
291 would be drawn on top of the border and in this case it is not drawn so
337 the cursor to an arbitrary point on the chart. ``&point`` is a pointer to an
342 coordinate of a given point on the chart. This is useful to place the cursor on
346 cursor on the specified data point on the chart. If the point's position changes
348 See an example of using this function `here <#show-cursor-on-the-clicked-point>`_.
357 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new point on the chart is pressed.