Represents a PERT Chart related data collection used internally by PertChartView control.

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

Syntax

C#
public class PertChartItemCollection : ObservableCollection<PertChartItem>
Visual Basic (Declaration)
Public Class PertChartItemCollection _
	Inherits ObservableCollection(Of PertChartItem)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(PertChartItem>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(PertChartItem>)>)
      DlhSoft.Windows.Controls.Pert..::.PertChartItemCollection

See Also