Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

workbook.createSeries(options)

{workbook}.createSeries({aspects: {workbook.Aspect[]*}})

N/workbook Module
workbook.createSeries()
Method Description: Creates a chart series, which is a set of aspects.
Returns: workbook.Series
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Governance: None
Module: N/workbook Module
Sibling Module Members: N/workbook Module Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=workbook.createSeries(options)

Example:

// Code Example 1
// Add additional code
//...
// Create a Series
var mySeries = workbook.createSeries({
aspects: [myAspect]
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_159051782681.html