return colors;
return colors[index];
return textColor;
return textFont;
colors = clist;
colors[index] = c;
labels = l;
textColor = c;
textFont = f;
values = v;