Line Series - Custom Colour
Posted: Thu Jan 25, 2007 12:22 pm
Hello,
I can easily assign a colour (through code) to an AREA series, for example I can assign the border colour of a line series with the command;
Chart.Series(1).asArea.LinePen.Color = COLOUR1
Where COLOUR1 is a OLE_COLOR
My question is how can I assign (through code) the colour of a line series. I have tried unsuccessfully and any help is appreciated.
Kind Regards
Anthony
I can easily assign a colour (through code) to an AREA series, for example I can assign the border colour of a line series with the command;
Chart.Series(1).asArea.LinePen.Color = COLOUR1
Where COLOUR1 is a OLE_COLOR
My question is how can I assign (through code) the colour of a line series. I have tried unsuccessfully and any help is appreciated.
Kind Regards
Anthony