Charts

試算表圖表

PageElement 種類,代表嵌入 Google 試算表的連結圖表。

JSON 表示法
{
  "spreadsheetId": string,
  "chartId": integer,
  "contentUrl": string,
  "sheetsChartProperties": {
    object (SheetsChartProperties)
  }
}
欄位
spreadsheetId

string

含有來源圖表的 Google 試算表 ID。

chartId

integer

嵌入 Google 試算表中的特定圖表 ID。

contentUrl

string

嵌入式圖表的圖片網址,預設生命週期為 30 分鐘。這個網址包含要求者的帳戶標記。所有知道網址的人都能自由存取圖片。如果簡報的共用設定有所變更,該圖片可能會失去存取權。

sheetsChartProperties

object (SheetsChartProperties)

試算表圖表的屬性。

SheetsChartProperties

SheetsChart 的屬性。

JSON 表示法
{

  // Union field kind can be only one of the following:
  "chartImageProperties": {
    object (ImageProperties)
  }
  // End of list of possible types for union field kind.
}
欄位
聯集欄位 kind。試算表圖表屬性的種類。kind 只能是下列其中一個值:
chartImageProperties

object (ImageProperties)

內嵌圖表圖片的屬性。