Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

workbook.createChartAxis(options)

{workbook}.createChartAxis({title: {string*}})

N/workbook Module
workbook.createChartAxis()
Method Description: Creates an X-axis or a Y-axis for the chart.
Returns: workbook.ChartAxis
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.createChartAxis(options)

Example:

// Code Example 1
// Add additional code
//...
var myChartAxis = workbook.createChartAxis({
title: 'My Chart Axis'
});
//...
// Add additional code

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