Charts
SheetsChart
ต
PageElement
ซึ่งแสดงแผนภูมิที่ลิงก์ไว้ซึ่งฝังจาก Google ชีต
การแสดง JSON
|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
}
|
ช่อง
|
spreadsheetId
|
string
รหัสสเปรดชีต Google ชีตที่มีแผนภูมิต้นฉบับ
|
chartId
|
integer
รหัสของแผนภูมิเฉพาะในสเปรดชีต Google ชีตที่ฝัง
|
contentUrl
|
string
URL ของรูปภาพแผนภูมิที่ฝัง โดยมีอายุการใช้งานเริ่มต้น 30 นาที URL นี้มีการติดแท็กด้วยบัญชีของผู้ขอ ทุกคนที่มี URL จะเข้าถึงรูปภาพได้ในฐานะผู้ส่งคำขอต้นฉบับ คุณอาจเสียสิทธิ์เข้าถึงรูปภาพหากการตั้งค่าการแชร์ของงานนำเสนอมีการเปลี่ยนแปลง
|
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 .
}
|
ช่อง
|
ฟิลด์ Union
kind ประเภทคุณสมบัติของแผนภูมิชีต
kind
ต้องเป็นอย่างใดอย่างหนึ่งต่อไปนี้
|
chartImageProperties
|
object (ImageProperties )
คุณสมบัติของรูปภาพแผนภูมิที่ฝัง
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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"]]