Charts
SheetsChart
PageElement
Google スプレッドシートから埋め込まれたリンクされたグラフを表す種類。
JSON 表現
|
{
"spreadsheetId": string,
"chartId": integer,
"contentUrl": string,
"sheetsChartProperties": {
object (SheetsChartProperties )
}
}
|
フィールド
|
spreadsheetId
|
string
ソースグラフを含む Google スプレッドシートの ID。
|
chartId
|
integer
埋め込まれている Google スプレッドシート スプレッドシートの特定のグラフの ID。
|
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 .
}
|
フィールド
|
共用体フィールド
kind 。スプレッドシートのグラフのプロパティの種類。
kind
は次のいずれか 1 つのみを指定できます。
|
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"]]