[]
You can specify whether the chart shows from right to left or from left to right using the FlowDirection property.
In XAML
Locate the opening _<c1:C1OrgChart>_
tag and insert FlowDirection="RightToLeft" into the tag. The _<c1:C1OrgChart>_
markup should resemble the following:
<c1:C1OrgChart x:Name="_orgChart" Orientation="Horizontal" FlowDirection="RightToLeft">
In the Properties Window