Hi,
Sorry my very trivial and elementary queastion...
I have very poor experience about TCart and got a hard nut with BottomAxis 
label captions.
Have 24 series and a integer array (QPH) including serieslist values.
Have also an string array (HAx[1..24]) intend to use for modifyng BottomAxis 
series captions.
Ex. Series[i] Axis caption '12', '13'...to '11'  -  (this means time in 
hours in European form 12.00-23.59 and at 00.00 - 11.59 but only two first 
used in caption).
Whats wrong?
Thanks in advance,
Erkki

for i := 0 to 23 do
 begin
   for j := 0 to 23 do
    begin
     Ch1.SeriesList[i].AddXY(i+1,QPH[i+1]);
     Ch1.BottomAxis.Labels[j].Caption :=   [HAx[i+1];   // THIS LINE DOES 
NOT WORK
   end;
end;
end; 

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to