随笔分类 -  WinForm

C#WinForm开发相关资料
修改strongGraph的坐标轴字体大小 by Ardge
摘要:this.strongGraphControl1.GraphPane.XAxis.TitleFontSpec.Size = 20;this.strongGraphControl1.GraphPane.XAxis.TitleFontSpec.IsBold = false;this.strongGraphControl1.GraphPane.YAxis.TitleFontSpec.Size = 20;... 阅读全文
posted @ 2010-02-10 08:46 OceanShare 阅读(615) 评论(0) 推荐(0)