Hello again
I wonder if you can be your usual helpful selves...
I want to set a series color to say the fifth color of the current colour pallette.
ie sereis1.color:=??????????;
What is the ???????? please....
Many thanks
Morton
Series colours picking up chart colors
Hi, Morton.
Try the following code:;
Or alternatively, if you want to use "default" colors:
Try the following code:;
Code: Select all
if High(ColorPalette) >= 4 then
Series1.Color := ColorPalette[4];
Code: Select all
Series1.Color := GetDefaultColor(4);
Marjan Slatinek,
http://www.steema.com
http://www.steema.com