Change Graph Lines Colour

T

Teewan

I have a report with a graph which includes a curve graph and a histogram.
There is now a requirement for me to change the colour of some of the curve
lines or the histogram columns depending on a number of variables. Can
anyone help me with code to make such a change. I expect something like this
line I found for Excel
objChart.SeriesCollection(1).Border.ColorIndex = 2, however I can't find
something simliar for Access.
 
Top