getSerieVisibleSize(serie) : Number;
serie. Object. Series object.
The getSerieVisibleSize method returns the number of rows occupied by a series and its children.
Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component).
// Get the number of rows occupied by the second series and its children. serie = wbk.getSeries()[1]; wbk.getSerieVisibleSize(serie); // -> 2
After executing the example the number of rows occupied by the second series and its children is obtained.
See also: