Hi all,
On a bar chart, I would like to loop through each of the data points and if the value is say <10, then change the colour of the bar to say red. I know how to change the colour in vba by looping through SeriesCollection(1).Points but how do I test the data value it is associated with.
i.e. what is the property associated with Point that returns the datavalue
Many thanks.
Ig
On a bar chart, I would like to loop through each of the data points and if the value is say <10, then change the colour of the bar to say red. I know how to change the colour in vba by looping through SeriesCollection(1).Points but how do I test the data value it is associated with.
i.e. what is the property associated with Point that returns the datavalue
Many thanks.
Ig