TeeChart設置圖表的標題


 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.

 

 

 

 

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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM