お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ui.Chart.setView
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このグラフのビューを設定します。
このグラフを返します。
用途 | 戻り値 |
---|
Chart.setView(view) | ui.Chart |
引数 | タイプ | 詳細 |
---|
これ: ui.chart | ui.Chart | ui.Chart インスタンス。 |
view | オブジェクト | DataView イニシャライザ オブジェクト。グラフの基になるデータのフィルタとして機能します。参照: https://developers.google.com/chart/interactive/docs/reference#DataView |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe \u003ccode\u003eChart.setView()\u003c/code\u003e method allows you to apply a DataView object to filter the chart's underlying data, effectively changing the chart's view.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts a DataView initializer object as an argument and returns the modified ui.Chart instance.\u003c/p\u003e\n"],["\u003cp\u003eThe DataView object offers a way to manipulate and subset your chart's data without altering the original data source, as described in Google Charts' documentation.\u003c/p\u003e\n"]]],["The `Chart.setView(view)` method allows filtering chart data using a `DataView` initializer object. This method takes a `view` object as an argument, which defines the filter. The `ui.Chart` instance itself is also a parameter. The method returns the modified `ui.Chart` instance, enabling further chaining. The `DataView` object details for defining filters are found at the provided URL.\n"],null,["# ui.Chart.setView\n\n\u003cbr /\u003e\n\nSets a view for this chart.\n\n\u003cbr /\u003e\n\nReturns this chart.\n\n| Usage | Returns |\n|-----------------------|----------|\n| Chart.setView`(view)` | ui.Chart |\n\n| Argument | Type | Details |\n|------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.chart` | ui.Chart | The ui.Chart instance. |\n| `view` | Object | A DataView initializer object, which acts as a filter over the underlying data in the chart. See: https://developers.google.com/chart/interactive/docs/reference#DataView |"]]