Creating an organization chart control

You can define an organization chart control in MXML using the <ilog:OrgChart> tag. If you intend to refer to this control elsewhere in your MXML, for example, in another tag or in an ActionScript block, you must specify an id value. An organization chart control displays tree data in a specific manner; however, it is similar to the Adobe Flex Tree control and can be configured in the same way by using a dataProvider as shown in the following code.
<ilog:OrgChart width="200" height="400" id="myOrgChart"
   dataProvider="{myDataProvider}" />