Google Apps Script API
    Preparing search index...
    interface BasicChartSeries {
        color?: GoogleAppsScript.Sheets.Schema.Color;
        lineStyle?: LineStyle;
        series?: ChartData;
        targetAxis?: string;
        type?: string;
    }
    Index

    Properties

    lineStyle?: LineStyle
    series?: ChartData
    targetAxis?: string
    type?: string