TSService.getAllSeriesView

Syntax

getAllSeriesView() : Array of Objects;

Description

The getAllSeriesView method contains a list of series used by wizard.

Comments

Returns the list of series for the PeriodSeriesViewMaster wizard.

Example

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:

TSService