OrgChart for WPF/Silverlight
Orientation
レイアウトおよび外観 > 外観プロパティ > Orientation

Orientation プロパティは、組織図のフローを垂直方向または水平方向のどちらにするかを指定できます。デフォルトでは、垂直の C1OrgChart が表示されます。Orientation プロパティを Horizontal に設定すると、次の図のようになります。

XAML
コードのコピー
<c1:C1OrgChart
  x:Name="_orgChart" Orientation="Horizontal"
  ItemTemplate="{StaticResource EmployeeTemplate }" >
<c1:C1OrgChart>