OrgChart for WPF and Silverlight
C1.Silverlight.OrgChart Namespace / C1OrgChart Class
Members

In This Topic
    C1OrgChart Class
    In This Topic
    Control that displays Organizational Charts.
    Object Model
    C1OrgChart ClassDataTemplateSelector Class
    Syntax
    'Declaration
     
    
    Public Class C1OrgChart 
       Inherits System.Windows.Controls.ItemsControl
    public class C1OrgChart : System.Windows.Controls.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

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.OrgChart.C1OrgChart

    See Also