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