I would like to know on how to change color for a certain value ranges for Y axis in chart component . (c# , Windows forms )
If I use this
chart1.Series["Series1"].Points[2].Color = Color.Orange;
I can see the change in color (orange) x axis for the range 2 but I need in Y axis.