[]
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:
<c1:C1OrgChart
x:Name="_orgChart" Orientation="Horizontal"
ItemTemplate="{StaticResource EmployeeTemplate }" >
</c1:C1OrgChart>