[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 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,["Orientation\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\nProperties\n\n| Property | Type | Description |\n|--------------|--------|-------------------------|\n| `HORIZONTAL` | `Enum` | Horizontal orientation. |\n| `VERTICAL` | `Enum` | Vertical orientation. |"]]