Charts
نمودار برگه
یک نوع PageElement
که نشان دهنده یک نمودار پیوندی است که از Google Sheets تعبیه شده است.
نمایندگی JSON |
---|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
} |
فیلدها |
---|
spreadsheetId | string شناسه صفحه گسترده Google Sheets که حاوی نمودار منبع است. |
chartId | integer شناسه نمودار خاص در صفحه گسترده Google Sheets که جاسازی شده است. |
contentUrl | string URL یک تصویر از نمودار جاسازی شده، با طول عمر پیش فرض 30 دقیقه. این URL با حساب درخواست کننده برچسب گذاری شده است. هر کسی که URL را داشته باشد به طور موثر به عنوان درخواست کننده اصلی به تصویر دسترسی پیدا می کند. در صورت تغییر تنظیمات اشتراکگذاری ارائه، ممکن است دسترسی به تصویر از بین برود. |
sheetsChartProperties | object ( SheetsChartProperties ) ویژگی های نمودار Sheets. |
SheetsChart Properties
نمایندگی 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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["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"]]