How can I get the color of existing pie slices for a given series?
thanks
Ed Dressel
Color of pie slices
Hi Ed,
you can do :
you can do :
Code: Select all
var i : integer;
colors : array of TColor;
begin
SetLength(colors,Series1.Count);
for i:=0 to Series1.Count-1 do
colors[i]:= Series1.ValueColor[i];
end;
Pep Jorge
http://support.steema.com
http://support.steema.com