ComponentOne OrgChart for UWP
Working with OrgChart for UWP / OrgChart for UWP Appearance Properties / Orientation
In This Topic
    Orientation
    In This Topic

    The Orientation property allows you to specify whether the chart should flow in the vertical or horizontal direction. By default a vertical C1OrgChart is displayed. Setting the Orientation property to Horizontal would have the following effect:

    Markup
    Copy Code
    <OrgChart:C1OrgChart Name="_orgChart" Orientation="Horizontal" ItemTemplate="{StaticResource EmployeeTemplate }" >
    </OrgChart:C1OrgChart>
    

    See Also