Searched defs:_lv_chart_t (Results 1 – 1 of 1) sorted by relevance
54 struct _lv_chart_t { struct55 lv_obj_t obj;56 lv_ll_t series_ll; /**< Linked list for series (stores lv_chart_series_t) */57 lv_ll_t cursor_ll; /**< Linked list for cursors (stores lv_chart_cursor_t) */58 int32_t ymin[2];59 int32_t ymax[2];60 int32_t xmin[2];61 int32_t xmax[2];62 int32_t pressed_point_id;63 uint32_t hdiv_cnt; /**< Number of horizontal division lines */[all …]