Charts
SheetsChart
가
PageElement
Google Sheets에서 삽입된 연결된 차트를 나타내는 종류입니다.
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
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 )
삽입된 차트 이미지의 속성입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["SheetsChart represents a linked chart from Google Sheets embedded within a Google Slides presentation."],["It's identified by the spreadsheet ID, chart ID, and includes a temporary content URL for the chart image."],["SheetsChartProperties define the visual aspects, currently limited to image properties of the embedded chart."],["The content URL for the embedded chart image has a default lifetime of 30 minutes and is tied to the requester's account."]]],["The SheetsChart is a linked chart from Google Sheets, represented as a PageElement. It contains `spreadsheetId` and `chartId` to identify the source chart. `contentUrl` provides a temporary image URL of the embedded chart. `sheetsChartProperties` details the chart's properties. `sheetsChartProperties` can have `chartImageProperties`, which defines the properties of the embedded chart image. These are the core attributes needed to display and identify an embedded Sheets chart.\n"]]