ui.Chart.getDataTable
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผล DataTable ที่มีข้อมูลสำหรับแผนภูมินี้ ดูที่ http://developers.google.com/chart/interactive/docs/reference#DataTable
การใช้งาน | การคืนสินค้า |
---|
Chart.getDataTable() | วัตถุ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.chart | ui.Chart | อินสแตนซ์ ui.Chart |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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. |"]]