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

    The FlowDirection property allows you to specify whether the chart should flow right to left or left to right. By default, the C1OrgChart flows left to right. You can change the FlowDirection property to RightToLeft with the following markup:

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

     

    See Also