Charts

스프레드시트 차트

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

삽입된 차트의 이미지 URL로, 기본 수명은 30분입니다. 이 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)

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