إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Chart.getView
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرِض هذه الدالة عنصر تهيئة DataView الخاص بهذا الرسم البياني، والذي يعمل كفلتر على البيانات الأساسية في الرسم البياني. يمكنك الانتقال إلى https://developers.google.com/chart/interactive/docs/reference#DataView للاطّلاع على مزيد من المعلومات.
الاستخدام | المرتجعات |
---|
Chart.getView() | عنصر |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.chart | ui.Chart | مثيل ui.Chart |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis method returns a DataView initializer object, allowing you to filter the chart's underlying data.\u003c/p\u003e\n"],["\u003cp\u003eYou can access this functionality using \u003ccode\u003eChart.getView()\u003c/code\u003e which returns an object.\u003c/p\u003e\n"],["\u003cp\u003eThe method is called on a \u003ccode\u003eui.Chart\u003c/code\u003e instance and requires no arguments.\u003c/p\u003e\n"]]],["The `Chart.getView()` method returns a DataView initializer object, enabling filtering of the chart's underlying data. This method, part of a `ui.Chart` instance, is accessed using `Chart.getView()`, where \"Chart\" is an instance of `ui.chart`. The output of this method is an Object. It allows for creating a filter over the data. More details are in this link: https://developers.google.com/chart/interactive/docs/reference#DataView.\n"],null,["# ui.Chart.getView\n\n\u003cbr /\u003e\n\nReturns this chart's 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\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------|---------|\n| Chart.getView`()` | Object |\n\n| Argument | Type | Details |\n|------------------|----------|------------------------|\n| this: `ui.chart` | ui.Chart | The ui.Chart instance. |"]]