Charts

SheetsChart

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

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 は次のいずれかになります。
chartImageProperties

object (ImageProperties)

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