[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["SheetsChartEmbedType\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\nProperties\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. |"]]