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