Enum PointStyle
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
পয়েন্ট স্টাইল একটি লাইনে পয়েন্টের শৈলীর একটি গণনা।
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 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. |"]]