lv_chart_private.h

API reference for lv_chart_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_chart.h
Summary

Structs

struct

_lv_chart_series_t

Descriptor a chart series

MemberTypeDescription
x_pointsint32_t *
y_pointsint32_t *
colorlv_color_t
start_pointuint32_t
hiddenuint32_t
x_ext_buf_assigneduint32_t
y_ext_buf_assigneduint32_t
x_axis_secuint32_t
y_axis_secuint32_t
struct

_lv_chart_cursor_t

MemberTypeDescription
poslv_point_t
point_idint32_t
colorlv_color_t
serlv_chart_series_t *
dirlv_dir_t
pos_setuint32_t1: pos is set; 0: point_id is set
struct

_lv_chart_t

MemberTypeDescription
objlv_obj_t
series_lllv_ll_tLinked list for series (stores lv_chart_series_t)
cursor_lllv_ll_tLinked list for cursors (stores lv_chart_cursor_t)
yminint32_t[2]
ymaxint32_t[2]
xminint32_t[2]
xmaxint32_t[2]
pressed_point_idint32_t
hdiv_cntuint32_tNumber of horizontal division lines
vdiv_cntuint32_tNumber of vertical division lines
point_cntuint32_tNumber of points in all series
typelv_chart_type_tChart type
update_modelv_chart_update_mode_t

Dependencies

How is this guide?

Last updated on

On this page