I have a bar chart which shows different categories on the Y axis.
I can change the color of all of them on the axis at the same time by using:
chart.ChartAreas["MyChart"].AxisY.LabelStyle.ForeColor = "Red";
However it doesn't allow me to set the color for each of them.
Any help will be much appreciated.