码迷,mamicode.com
首页 > 其他好文 > 详细

TeeChart设置图表的标题

时间:2014-09-03 16:27:16      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   2014   art   sp   log   c   line   

 TeeChart的图表的标题设置方法

tChart1.Header.Text = "图表";
tChart1.Header.Lines = new string[] { "图表1","图表2","图表3" }; //标题

 

设置Header的Text或者Lines,任选一个即可,这两个是会相互覆盖的

Text仅仅设置一行;The Text property is used to display customized strings inside Shapes.

bubuko.com,布布扣

 

 

 

 

Lines;Access to array of Text lines,Use lines to add multiline text to TeeChart‘s text objects (TeeChart Header, TeeChart Axis Titles etc.).

bubuko.com,布布扣

 

TeeChart设置图表的标题

标签:blog   http   ar   2014   art   sp   log   c   line   

原文地址:http://www.cnblogs.com/chucklu/p/3953776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!