Google Apps Script API
    Preparing search index...

    A Chart object, which can be converted to a static image. For charts embedded in spreadsheets, see EmbeddedChart.

    interface Chart {
        getAs(contentType: string): Blob;
        getBlob(): Blob;
        getOptions(): ChartOptions;
    }
    Index

    Methods