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