Charts
ЛистыДиаграмма
Вид PageElement
, представляющий связанную диаграмму, встроенную из Google Sheets.
JSON-представление |
---|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
} |
Поля |
---|
spreadsheetId | string Идентификатор электронной таблицы Google Таблиц, содержащей исходную диаграмму. |
chartId | integer Идентификатор конкретной диаграммы во встроенной электронной таблице Google Sheets. |
contentUrl | string URL-адрес изображения встроенной диаграммы со временем жизни по умолчанию 30 минут. Этот URL-адрес помечен учетной записью запрашивающего. Любой, у кого есть URL-адрес, фактически получает доступ к изображению как первоначальный запрашивающий. Доступ к изображению может быть утерян, если изменятся настройки общего доступа к презентации. |
sheetsChartProperties | object ( 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 ) Свойства встроенного изображения диаграммы. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-13 UTC.
[null,null,["Последнее обновление: 2024-11-13 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"]]