an element of the line chart More...
#include <ui_node_linechart.h>
Data Fields | |
int * | pointList |
int | numPoints |
vec4_t | color |
struct lineStrip_s * | next |
an element of the line chart
Definition at line 35 of file ui_node_linechart.h.
color of the line strip
Definition at line 38 of file ui_node_linechart.h.
Referenced by CL_NationDrawStats(), CL_NationStatsUpdate_f(), and UI_LineChartNodeDraw().
struct lineStrip_s* lineStrip_s::next |
next line strip
Definition at line 39 of file ui_node_linechart.h.
Referenced by CL_NationStatsUpdate_f(), and UI_LineChartNodeDraw().
number of values
Definition at line 37 of file ui_node_linechart.h.
Referenced by CL_NationDrawStats(), CL_NationStatsUpdate_f(), and UI_LineChartNodeDraw().
list of value
Definition at line 36 of file ui_node_linechart.h.
Referenced by CL_NationDrawStats(), CL_NationStatsUpdate_f(), and UI_LineChartNodeDraw().