Pinned: JSON;
The Pinned property sets workbook pinned series.
To execute the example, create a service for working with time series (see Workbook.Hier) and add the following code in the handler that processes document opening:
console.log("Get blocked series"); var pin = wbk.setPinned(1); var pinned = wbk.getPinned(pin); console.log(pinned);
After executing the example the browser console displays pinned series:
Get pinned series
1
See also: