Represents an item within a PertChartView control.

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

Syntax

C#
public class PertChartItem : DependencyObject, 
	IPertChartItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class PertChartItem _
	Inherits DependencyObject _
	Implements IPertChartItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls.Pert..::.PertChartItem

See Also