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.

TeeChart设置图表的标题

 

 

 

 

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

TeeChart设置图表的标题

 

相关文章:

  • 2022-12-23
  • 2021-09-09
  • 2021-11-27
  • 2021-06-21
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2021-12-02
  • 2021-12-03
  • 2022-01-20
  • 2022-03-14
相关资源
相似解决方案