tags:

views:

47

answers:

1

I want to change font of labels for this chart:

alt text

How to do it in C#?

+1  A: 

I already found how to do it:

chartArea.AxisX.LabelStyle.ForeColor = ColorTranslator.FromHtml("#517985");
Tim