动态的加入吧
以pie为例 
delphi的代码可以不?
while not adoquery.eof do 
begin 
 series1.addpie(adoquery.fields[0].asfloat,'dd',clred);
 adoquery.next;
end;
//clred可用rgb(random(255),random(255),random(255));