Charts

SheetsChart

PageElement Google スプレッドシートから埋め込まれたリンクされたグラフを表す種類。

JSON 表現
{
  "spreadsheetId": string,
  "chartId": integer,
  "contentUrl": string,
  "sheetsChartProperties": {
    object (SheetsChartProperties)
  }
}
フィールド
spreadsheetId

string

ソースグラフを含む Google スプレッドシートの ID。

chartId

integer

埋め込まれている Google スプレッドシート スプレッドシートの特定のグラフの ID。

contentUrl

string

埋め込みグラフの画像の URL。デフォルトの有効期間は 30 分です。この URL にはリクエスト元のアカウントがタグ付けされます。この URL を知っていれば誰でも、元のリクエスト元として実質的に画像にアクセスできます。プレゼンテーションの共有設定を変更すると、画像にアクセスできなくなる可能性があります。

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 は次のいずれか 1 つのみを指定できます。
chartImageProperties

object (ImageProperties)

埋め込みグラフ画像のプロパティ。