Lines Matching full:to
25 /**Default value of points. Can be used to not draw a point*/
47 LV_CHART_UPDATE_MODE_SHIFT, /**< Shift old data to the left and add the new one the right*/
70 * @param parent pointer to an object, it will be the parent of the new chart
71 * @return pointer to the created chart
77 * @param obj pointer to a chart object
83 * @param obj pointer to a chart object
90 * @param obj pointer to a chart object
99 * @param obj pointer to a chart object
106 * @param obj pointer to a chart object
114 * @param obj pointer to chart object
121 * @param obj pointer to chart object
128 * @param obj pointer to a chart object
129 * @param ser pointer to a data series on 'chart'
135 * Get the position of a point to the chart.
136 * @param obj pointer to a chart object
137 * @param ser pointer to series
145 * @param obj pointer to chart object
154 * Allocate and add a data series to the chart
155 * @param obj pointer to a chart object
157 …* @param axis the y axis to which the series should be attached (::LV_CHART_AXIS_PRIMARY_Y or…
158 * @return pointer to the allocated data series or NULL on failure
164 * @param obj pointer to a chart object
165 * @param series pointer to a data series on 'chart'
171 * @param chart pointer to a chart object.
172 * @param series pointer to a series object
179 * @param chart pointer to a chart object.
180 * @param series pointer to a series object
187 * @param chart pointer to a chart object.
188 * @param series pointer to a series object
196 * @param obj pointer to a chart object
197 * @param ser pointer to a data series on 'chart'
204 * @param chart pointer to a chart
205 * @param ser the previous series or NULL to get the first
216 * @param obj pointer to chart object
219 * @return pointer to the created cursor
224 * Set the coordinate of the cursor with respect to the paddings
225 * @param chart pointer to a chart object
226 * @param cursor pointer to the cursor
227 * @param pos the new coordinate of cursor relative to the chart
232 * Stick the cursor to a point
233 * @param chart pointer to a chart object
234 * @param cursor pointer to the cursor
235 * @param ser pointer to a series
236 * @param point_id the point's index or `LV_CHART_POINT_NONE` to not assign to any points.
242 * Get the coordinate of the cursor with respect to the paddings
243 * @param chart pointer to a chart object
244 * @param cursor pointer to cursor
255 * @param obj pointer to chart object
256 * @param ser pointer to a data series on 'chart'
257 …* @param value the new value for all points. `LV_CHART_POINT_NONE` can be used to hide the poi…
262 * Set the next point's Y value according to the update mode policy.
263 * @param obj pointer to chart object
264 * @param ser pointer to a data series on 'chart'
270 * Set the next point's X and Y value according to the update mode policy.
271 * @param obj pointer to chart object
272 * @param ser pointer to a data series on 'chart'
280 * @param obj pointer to a chart object
281 * @param ser pointer to a data series on 'chart'
283 * @param value value to assign to array point
290 * @param obj pointer to chart object
291 * @param ser pointer to a data series on 'chart'
300 * Set an external array for the y data points to use for the chart
301 …* NOTE: It is the users responsibility to make sure the `point_cnt` matches the external array siz…
302 * @param obj pointer to a chart object
303 * @param ser pointer to a data series on 'chart'
309 * Set an external array for the x data points to use for the chart
310 …* NOTE: It is the users responsibility to make sure the `point_cnt` matches the external array siz…
311 * @param obj pointer to a chart object
312 * @param ser pointer to a data series on 'chart'
319 * @param obj pointer to a chart object
320 * @param ser pointer to a data series on 'chart'
327 * @param obj pointer to a chart object
328 * @param ser pointer to a data series on 'chart'
335 * @param obj pointer to a chart object
341 * Get the overall offset from the chart's side to the center of the first point.
343 * @param obj pointer to a chart object