Lines Matching refs:series
15 …* (for the division lines) related style properties. *Padding* makes the series area smaller. For …
17 - `LV_PART_ITEMS` Refers to the line or bar series.
29 - `LV_CHART_TYPE_NONE` Do not display any data. Can be used to hide the series.
37 ### Data series
38 You can add any number of series to the charts by `lv_chart_add_series(chart, color, axis)`. This a…
48 …t_ext_y_array(chart, ser, value_array)` makes the chart use an external array for the given series.
49 …_array[num_points]`. The array size needs to be large enough to hold all the points of that series.
53 The value array of a series can be obtained with `lv_chart_get_y_array(chart, ser)`, which can be u…
58 You have several options to set the data of series:
77 The number of points in the series can be modified by `lv_chart_set_point_count(chart, point_num)`.…
78 … the number of points processed when an external buffer is assigned to a series, so you need to be…
95 ### Override default start point for series
96 If you want a plot to start from a point other than the default which is `point[0]` of the series, …
124 `lv_chart_get_point_pos_by_id(chart, series, id, &point_out)` gets the coordinate of a given point.…
126 `lv_chart_set_cursor_point(chart, cursor, series, point_id)` sticks the cursor at a point. If the p…
147 - `sub_part_ptr`: pointer to the series
154 - `sub_part_ptr`: pointer to the series