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

In This Topic
    C1OrgChart Class
    In This Topic
    Control that displays Organizational Charts.
    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.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.OrgChart.C1OrgChart

    See Also