<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > ChartObject > ChartRootUnit > Method >GetYRightAxisLabelCount |
Gets the number of right Y-axis labels.
Prototype :
integer GetYRightAxisLabelCount
(
No Arguments
)
Example :
var ChartRootUnit = This.GetChartRootUnit();
var YRightAxisLabelCount = ChartRootUnit.GetYRightAxisLabelCount();
_TraceLn(YRightAxisLabelCount);
Available Events :
OnPostChartBuild