How to change font color in .net 4 Chart
I want to change 开发者_Python百科font of labels for this chart:
alt text http://img268.imageshack.us/img268/4563/chartjk.png
How to do it in C#?
I already found how to do it:
chartArea.AxisX.LabelStyle.ForeColor = ColorTranslator.FromHtml("#517985");
精彩评论