Enum PointStyle
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पॉइंटस्टाइल
किसी लाइन में पॉइंट के स्टाइल की गिनती.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
Charts.PointStyle.MEDIUM
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
NONE | Enum | लाइन पॉइंट न दिखाएं. |
TINY | Enum | छोटे लाइन पॉइंट का इस्तेमाल करें. |
MEDIUM | Enum | मीडियम साइज़ के लाइन पॉइंट का इस्तेमाल करें. |
LARGE | Enum | बड़े साइज़ के लाइन पॉइंट का इस्तेमाल करें. |
HUGE | Enum | सबसे बड़े साइज़ के लाइन पॉइंट का इस्तेमाल करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]