Google Apps Script API
    Preparing search index...

    Exposes options currently configured for a Chart, such as height, color, etc.

    Please see the visualization reference documentation for information on what options are available. Specific options for each chart can be found by clicking on the specific chart in the chart gallery.

    These options are immutable.

    interface ChartOptions {
        get(option: string): any;
    }
    Index

    Methods

    Methods