Enum Orientation
ओरिएंटेशन
किसी ऑब्जेक्ट के ओरिएंटेशन की गिनती.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
Charts.Orientation.HORIZONTAL
.
प्रॉपर्टी
प्रॉपर्टी | Type | ब्यौरा |
HORIZONTAL | Enum | हॉरिज़ॉन्टल ओरिएंटेशन. |
VERTICAL | Enum | वर्टिकल ओरिएंटेशन. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["Orientation is used to define the direction of an object."],["You can access orientation types using `Charts.Orientation.[property]` format, for example, `Charts.Orientation.HORIZONTAL` to specify horizontal orientation."],["Available orientation properties include `HORIZONTAL` and `VERTICAL`, allowing you to set horizontal or vertical direction respectively."]]],[]]