Charts

SheetsChart

Google Sheets에서 삽입된 연결된 차트를 나타내는 PageElement 종류입니다.

JSON 표현
{
  "spreadsheetId": string,
  "chartId": integer,
  "contentUrl": string,
  "sheetsChartProperties": {
    object (SheetsChartProperties)
  }
}
필드
spreadsheetId

string

소스 차트가 포함된 Google Sheets 스프레드시트의 ID입니다.

chartId

integer

삽입된 Google Sheets 스프레드시트의 특정 차트 ID입니다.

contentUrl

string

기본 수명이 30분인 삽입된 차트 이미지의 URL입니다. 이 URL에는 요청자의 계정이 태그되어 있습니다. URL이 있는 사용자는 사실상 원래 요청자로서 이미지에 액세스합니다. 프레젠테이션의 공유 설정이 변경되면 이미지에 대한 액세스 권한이 손실될 수 있습니다.

sheetsChartProperties

object (SheetsChartProperties)

Sheets 차트의 속성입니다.

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. Sheets 차트 속성의 종류입니다. kind은 다음 중 하나여야 합니다.
chartImageProperties

object (ImageProperties)

삽입된 차트 이미지의 속성입니다.