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 |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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 |"]]