Control that displays Organizational Charts.

Namespace:  C1.Silverlight.OrgChart
Assembly:  C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)

Syntax

C#
public class C1OrgChart : ItemsControl
Visual Basic
Public Class C1OrgChart _
	Inherits ItemsControl

Remarks

To use this control, set the following main properties:

[!:ItemsSource]: a hierarchical list of items to be shown on the chart.

[!:ItemTemplate]: template used to convert the items into visuals.

ChildItemsPath: property that contains the child items.

Inheritance Hierarchy

See Also