In the example code in the user manual from the downloaded trial:
ChartAttribute defaultattrib = new ChartAttribute(Color.green, 1.0,
ChartConstants.LS_SOLID, Color.green);
METSValue = 0;
METS = new RTProcessVar("METS", defaultattrib);
How can a variable have a color, line size, etc.? It doesn't make much sense to me. I had thought a process variable was independent from it's display. What is it's purpose?