开发者

How to change font color in .net 4 Chart

开发者 https://www.devze.com 2022-12-30 07:38 出处:网络
I want to change 开发者_Python百科font of labels for this chart: alt text http://img268.imageshack.us/img268/4563/chartjk.png

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");
0

精彩评论

暂无评论...
验证码 换一张
取 消