getAllSeriesView() : Array of Objects;
The getAllSeriesView method contains a list of series used by wizard.
Returns the list of series for the PeriodSeriesViewMaster wizard.
Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component). Get a list of wizard series:
// Get list of series tsService.getAllSeriesView();
After executing the example the list of wizard series is obtained.
See also: