wassertim
wassertim

Reputation: 3136

How to change font color in .net 4 Chart

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

Answers (1)

wassertim
wassertim

Reputation: 3136

I already found how to do it:

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

Upvotes: 5

Related Questions