Displays task event data using a customizable PERT Chart based on ItemsControl control.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public class PertChartView : ItemsControl, 
	IPertChartView
Visual Basic (Declaration)
Public Class PertChartView _
	Inherits ItemsControl _
	Implements IPertChartView

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
                DlhSoft.Windows.Controls.Pert..::.PertChartView

See Also