OrgChart for WinRT
Flow Direction

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback