Enum Orientation
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yön
Bir nesnenin yönünün sıralaması.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
Charts.Orientation.HORIZONTAL
.
Özellikler
Özellik | Tür | Açıklama |
HORIZONTAL | Enum | Yatay yön. |
VERTICAL | Enum | Dikey yön. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]