I want to change font of labels for this chart:
How to do it in C#?
I already found how to do it:
chartArea.AxisX.LabelStyle.ForeColor = ColorTranslator.FromHtml("#517985");