Charts
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
SheetsChart
ऐप्लिकेशन
PageElement
अभी तक किसी भी व्यक्ति ने चेक इन नहीं किया है
प्रकार, Google Sheets से एम्बेड किए गए लिंक किए गए चार्ट को दिखाता है.
JSON के काेड में दिखाना
|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
}
|
फ़ील्ड
|
spreadsheetId
|
string
Google Sheets वाली उस स्प्रेडशीट का आईडी जिसमें सोर्स चार्ट शामिल है.
|
chartId
|
integer
एम्बेड की गई Google Sheets स्प्रेडशीट में मौजूद चार्ट का आईडी.
|
contentUrl
|
string
एम्बेड किए गए चार्ट की इमेज का यूआरएल. इसकी डिफ़ॉल्ट लाइफ़टाइम 30 मिनट होती है. यह यूआरएल, अनुरोध करने वाले व्यक्ति के खाते से टैग किया जाता है. अगर किसी व्यक्ति के पास यूआरएल है, तो वह इमेज को अनुरोध करने वाले व्यक्ति के तौर पर असरदार तरीके से ऐक्सेस करता है. अगर प्रज़ेंटेशन की शेयर करने की सेटिंग बदल जाती है, तो इमेज को ऐक्सेस नहीं किया जा सकता.
|
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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-21 (UTC) को अपडेट किया गया."],[],[],null,["# Charts\n\n### SheetsChart\n\n\nA\n[PageElement](/workspace/slides/api/reference/rest/v1/presentations.pages#Page.PageElement)\nkind representing a linked chart embedded from Google Sheets.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"spreadsheetId\": string, \"chartId\": integer, \"contentUrl\": string, \"sheetsChartProperties\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChartProperties) } } ``` |\n\n| Fields ||\n|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `spreadsheetId` | `string` The ID of the Google Sheets spreadsheet that contains the source chart. |\n| `chartId` | `integer` The ID of the specific chart in the Google Sheets spreadsheet that is embedded. |\n| `contentUrl` | `string` The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change. |\n| `sheetsChartProperties` | `object (`[SheetsChartProperties](/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChartProperties)`)` The properties of the Sheets chart. |\n\n### SheetsChartProperties\n\n\nThe properties of the\n[SheetsChart](/workspace/slides/api/reference/rest/v1/presentations.pages/charts#Page.SheetsChart).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `kind` can be only one of the following: \"chartImageProperties\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties) } // End of list of possible types for union field `kind`. } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `kind`. The kind of Sheets chart properties. `kind` can be only one of the following: ||\n| `chartImageProperties` | `object (`[ImageProperties](/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties)`)` The properties of the embedded chart image. |"]]