Reputation: 3136
I want to change font of labels for this chart:
alt text http://img268.imageshack.us/img268/4563/chartjk.png
How to do it in C#?
Upvotes: 3
Views: 2364
Reputation: 3136
I already found how to do it:
chartArea.AxisX.LabelStyle.ForeColor = ColorTranslator.FromHtml("#517985");
Upvotes: 5