Enum ChartMergeStrategy
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แผนภูมิผสานกลยุทธ์
การแจกแจงวิธีแสดงช่วงหลายช่วงในแหล่งที่มาในแผนภูมิ
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
Charts.ChartMergeStrategy.MERGE_COLUMNS
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
MERGE_COLUMNS | Enum | ค่าเริ่มต้น แผนภูมิจะผสานคอลัมน์ของหลายช่วง |
MERGE_ROWS | Enum | แผนภูมิจะผสานแถวของหลายช่วง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eChartMergeStrategy\u003c/code\u003e is an enumeration defining how chart data is merged from multiple ranges.\u003c/p\u003e\n"],["\u003cp\u003eThere are two options: \u003ccode\u003eMERGE_COLUMNS\u003c/code\u003e (default) which merges the columns of selected ranges, and \u003ccode\u003eMERGE_ROWS\u003c/code\u003e which merges the rows.\u003c/p\u003e\n"],["\u003cp\u003eTo use a \u003ccode\u003eChartMergeStrategy\u003c/code\u003e property, call it using its parent classes and property name, for example: \u003ccode\u003eCharts.ChartMergeStrategy.MERGE_COLUMNS\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum ChartMergeStrategy\n\nChartMergeStrategy\n\nAn enumeration of how multiple ranges in the source are expressed in a chart.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.ChartMergeStrategy.MERGE_COLUMNS`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|--------------------------------------------------------|\n| `MERGE_COLUMNS` | `Enum` | Default. Charts merges the columns of multiple ranges. |\n| `MERGE_ROWS` | `Enum` | Charts merges the rows of multiple ranges. |"]]