Charts
শীটচার্ট
Google পত্রক থেকে এমবেড করা একটি লিঙ্ক করা চার্টের প্রতিনিধিত্ব করে একটি PageElement
প্রকার।
JSON প্রতিনিধিত্ব |
---|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
} |
ক্ষেত্র |
---|
spreadsheetId | string Google পত্রক স্প্রেডশীটের আইডি যাতে উৎস চার্ট রয়েছে। |
chartId | integer Google পত্রক স্প্রেডশীটে এম্বেড করা নির্দিষ্ট চার্টের আইডি। |
contentUrl | string 30 মিনিটের ডিফল্ট জীবনকাল সহ এমবেড করা চার্টের একটি চিত্রের URL৷ এই 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 .
} |
ক্ষেত্র |
---|
ইউনিয়ন ক্ষেত্র kind . পত্রক চার্ট বৈশিষ্ট্যের ধরনের. kind নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
chartImageProperties | object ( ImageProperties ) এমবেডেড চার্ট চিত্রের বৈশিষ্ট্য। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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"]]