<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > ChartObject > ChartRootUnit > Method >GetTopTitleLabel |
Gets the top title label.
Prototype :
object GetTopTitleLabel
(
No Arguments
)
Example :
var ChartRootUnit = This.GetChartRootUnit();
var TopTitleLabel = ChartRootUnit.GetTopTitleLabel();
if(TopTitleLabel != null) {
TopTitleLabel.SetTextColor("255,0,0");
}
Available Events :
OnPostChartBuild