Charts
SheetsChart
答
PageElement
表示从 Google 表格嵌入的链接图表的种类。
JSON 表示法
|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
}
|
田野
|
spreadsheetId
|
string
包含源图表的 Google 表格电子表格的 ID。
|
chartId
|
integer
嵌入的 Google 表格电子表格中特定图表的 ID。
|
contentUrl
|
string
嵌入图表的图片的网址,默认生命周期为 30 分钟。此网址使用请求者的账号进行标记。知道网址的任何人都可以以原始请求者的身份有效地访问图片。如果演示文稿的共享设置更改,则可能会失去对图片的访问权限。
|
sheetsChartProperties
|
object (SheetsChartProperties )
表格图表的属性。
|
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 。表格图表属性的种类。
kind
只能是下列其中一项:
|
chartImageProperties
|
object (ImageProperties )
嵌入的图表图片的属性。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["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"]]