i'm using xp/latest smartie plus a 4x20 LCD2USB driven screen.
i'm trying to get 2 or 3 graphs (one on each line) on the SAME screen.
I am using on the first line CPU % utilisation and that works just great especially with the TINY bars
LINE1 => cpu$dll(perf,1,1x6#u#99#5#0#100,mycpu)
i kind of expected not (SADLY as they look so cool) to be able to use any more TINY charts but expected to be able to use a normal bar chart on the next line but when i try to use a normal bar chart on line 2 it screws up the line 1 TINY chart above

LINE 2 => $dll(perf,1,1x6#u#1#5#0#100#\Processor(0)\% Processor Time,Test2)
Does anyone have any ideas on how ideally i can run 2 or more TINY bar charts on different lines on the same page or failing this 1 TINY barchart and 1 normal one ... thanks in advance
ian