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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eOrientation is used to define the direction of an object.\u003c/p\u003e\n"],["\u003cp\u003eYou can access orientation types using \u003ccode\u003eCharts.Orientation.[property]\u003c/code\u003e format, for example, \u003ccode\u003eCharts.Orientation.HORIZONTAL\u003c/code\u003e to specify horizontal orientation.\u003c/p\u003e\n"],["\u003cp\u003eAvailable orientation properties include \u003ccode\u003eHORIZONTAL\u003c/code\u003e and \u003ccode\u003eVERTICAL\u003c/code\u003e, allowing you to set horizontal or vertical direction respectively.\u003c/p\u003e\n"]]],[],null,["# Enum Orientation\n\nOrientation\n\nAn enumeration of the orientation of an object.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.Orientation.HORIZONTAL`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------|--------|-------------------------|\n| `HORIZONTAL` | `Enum` | Horizontal orientation. |\n| `VERTICAL` | `Enum` | Vertical orientation. |"]]