Enum PointStyle
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
PointStyle
การแจกแจงรูปแบบของจุดในเส้น
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
Charts.PointStyle.MEDIUM
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
NONE | Enum | ไม่แสดงจุดของเส้น |
TINY | Enum | ใช้จุดเล็กๆ บนเส้น |
MEDIUM | Enum | ใช้จุดของเส้นขนาดกลาง |
LARGE | Enum | ใช้จุดของเส้นขนาดใหญ่ |
HUGE | Enum | ใช้จุดเส้นที่มีขนาดใหญ่ที่สุด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003ePointStyle\u003c/code\u003e enumeration controls the visual style of points in a line chart.\u003c/p\u003e\n"],["\u003cp\u003ePoint styles include \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eTINY\u003c/code\u003e, \u003ccode\u003eMEDIUM\u003c/code\u003e, \u003ccode\u003eLARGE\u003c/code\u003e, and \u003ccode\u003eHUGE\u003c/code\u003e, ranging from no points to largest-sized points.\u003c/p\u003e\n"],["\u003cp\u003eTo use a specific point style, reference it using the format \u003ccode\u003eCharts.PointStyle.[Style]\u003c/code\u003e, like \u003ccode\u003eCharts.PointStyle.MEDIUM\u003c/code\u003e for medium-sized points.\u003c/p\u003e\n"]]],[],null,["# Enum PointStyle\n\nPointStyle\n\nAn enumeration of the styles of points in a line.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.PointStyle.MEDIUM`. \n\n### Properties\n\n| Property | Type | Description |\n|----------|--------|--------------------------------|\n| `NONE` | `Enum` | Do not display line points. |\n| `TINY` | `Enum` | Use tiny line points. |\n| `MEDIUM` | `Enum` | Use medium sized line points. |\n| `LARGE` | `Enum` | Use large sized line points. |\n| `HUGE` | `Enum` | Use largest sized line points. |"]]