OrgChart for WPF and Silverlight | ComponentOne
C1OrgChart Layout and Appearance / C1OrgChart 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:

    XAML
    Copy Code
    <c1:C1OrgChart
       x:Name="_orgChart" Orientation="Horizontal"
       ItemTemplate="{StaticResource EmployeeTemplate }" >
     </c1:C1OrgChart>
    

    C1OrgChart for WPF