Charts

SheetsChart

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)

嵌入的图表图片的属性。