I have an TAreaGraph with
(series[0] as tareaseries).coloreachpoint := true;
with chart1 do
series[0].addXY( {the x-value} , {the y-value}, {name} , clTeeColor);
end;
So now, the bars, or points, are all different colours, but i hate the colour palette. I saw in the object inspector, there is an option when adding a new series and selecting the type, to change the colour palette to Mac Os.
I have tried everything to do this at runtime, because I am adding the series dynamically, to no avail. Any help would greatly be appreciated!
Regards, Romans.