linkingMode property

String? linkingMode
getter/setter pair

The mode with which the chart is linked to the source spreadsheet.

When not specified, the chart will be an image that is not linked. Possible string values are:

  • "NOT_LINKED_IMAGE" : The chart is not associated with the source spreadsheet and cannot be updated. A chart that is not linked will be inserted as an image.
  • "LINKED" : Linking the chart allows it to be updated, and other collaborators will see a link to the spreadsheet.

Implementation

core.String? linkingMode;