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