Gets a collection of PertChartItem objects that represent the individual task event items in the IPertChartView control.

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

Syntax

C#
ObservableCollection<PertChartItem> Items { get; set; }
Visual Basic (Declaration)
Property Items As ObservableCollection(Of PertChartItem)

See Also