Enum SheetsChartEmbedType
Stay organized with collections
Save and categorize content based on your preferences.
SheetsChartEmbedType
The Sheets chart's embed type.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.SheetsChartEmbedType.IMAGE
.
Properties
Property | Type | Description |
UNSUPPORTED | Enum | Represents a chart that is not supported and cannot be further classified. |
IMAGE | Enum | Indicates that the chart is embedded as an image. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eSheetsChartEmbedType\u003c/code\u003e defines how a Google Sheets chart is embedded within another application.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two properties: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e for charts that can't be classified and \u003ccode\u003eIMAGE\u003c/code\u003e for charts embedded as images.\u003c/p\u003e\n"],["\u003cp\u003eAccessing these properties is done by calling the parent class, name, and property, such as \u003ccode\u003eSlidesApp.SheetsChartEmbedType.IMAGE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum SheetsChartEmbedType\n\nSheetsChartEmbedType\n\nThe Sheets chart's embed type.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.SheetsChartEmbedType.IMAGE`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|----------------------------------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | Represents a chart that is not supported and cannot be further classified. |\n| `IMAGE` | `Enum` | Indicates that the chart is embedded as an image. |"]]