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