# Changing C1OrgChart Flow Direction

## Content



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:

```auto
<c1:C1OrgChart x:Name="_orgChart" Orientation="Horizontal" FlowDirection="RightToLeft">
```

**In the Properties Window**

1.  Locate the **FlowDirection** property in the Properties window.
2.  Use the drop-down list to change the value to **"RightToLeft"**.