Google Apps Script API
    Preparing search index...

    Access the chart's position within a sheet. Can be updated using the EmbeddedChart.modify() function.

    chart = chart.modify().setPosition(5, 5, 0, 0).build();
    sheet.updateChart(chart);
    
    interface ContainerInfo {
        getAnchorColumn(): number;
        getAnchorRow(): number;
        getOffsetX(): number;
        getOffsetY(): number;
    }
    Index

    Methods