Searched defs:graph_label (Results 1 – 1 of 1) sorted by relevance
61 struct graph_label { struct62 struct flist_head list;63 char *label;64 struct flist_head value_list;65 struct prio_tree_root prio_tree;66 double r, g, b;67 int hide;68 int value_count;69 struct graph *parent;