ui.Chart.getDataTable
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
DataTable حاوی داده های این نمودار را برمی گرداند. ببینید: http://developers.google.com/chart/interactive/docs/reference#DataTable
استفاده | برمی گرداند | Chart. getDataTable () | شیء |
استدلال | تایپ کنید | جزئیات | این: ui.chart | ui.Chart | نمونه ui.Chart. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis method retrieves the DataTable object associated with the chart, which contains the chart's data.\u003c/p\u003e\n"],["\u003cp\u003eYou can access this data using \u003ccode\u003eChart.getDataTable()\u003c/code\u003e and it returns a JavaScript Object.\u003c/p\u003e\n"],["\u003cp\u003eThis function is used specifically with a \u003ccode\u003eui.Chart\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eFor more in-depth information about the DataTable structure, consult the Google Charts documentation: http://developers.google.com/chart/interactive/docs/reference#DataTable.\u003c/p\u003e\n"]]],["The `Chart.getDataTable()` method retrieves the data for a chart. It returns a `DataTable` object, as defined in the Google Charts documentation. This method, when called on a `ui.Chart` instance, accesses the data used to create the chart. The `ui.Chart` instance itself is the essential argument for this operation.\n"],null,["# ui.Chart.getDataTable\n\n\u003cbr /\u003e\n\nReturns the DataTable containing data for this chart. See: http://developers.google.com/chart/interactive/docs/reference#DataTable\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Chart.getDataTable`()` | Object |\n\n| Argument | Type | Details |\n|------------------|----------|------------------------|\n| this: `ui.chart` | ui.Chart | The ui.Chart instance. |"]]