AllSeriesView : Array of Objects;
The AllSeriesView property contains a list of series used by wizard.
Contains a list of series for the PeriodSeriesViewMaster wizard.
Use the setAllSeriesView method to set the property value, and the getAllSeriesView method to get the property value.
Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component).
// Get list of series tsService.getAllSeriesView();
After executing the example a list of wizard series is obtained.
See also: