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

The PertChartView..::.IActivityItem type exposes the following members.

Properties

  NameDescription
Content
Gets the content value of this activity.
Effort
Gets the effort value of this activity.
Finish
Gets the finish value of this activity.
HasChildren
Gets a value indicating whether this activity is a summary activity containing any child leaf activities.
Indentation
Gets the indentation value of this activity.
IsMilestone
Gets a value indicating whether this activity is a milestone.
Parent
Gets the parent activity of this activity.
Predecessors
Gets the collection of predecessor activities of this activity.
SourceItem
Gets the source item of this activity.
Start
Gets the start value of this activity.

See Also