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