The IGanttChartItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AssignmentsContent |
Gets the assignments of the current task item as a (usually string) value to be displayed in the view.
| |
| BaselineFinish |
Gets the baseline (estimated) finish date and time of the current task item.
| |
| BaselineStart |
Gets the baseline (estimated) start date and time of the current task item.
| |
| CompletedEffort |
Gets the completed effort value of the current task item.
| |
| Content |
Gets the content of the current item, displayed as a tool tip within the IGanttChartView control.
| |
| Cost |
Gets the total cost of the current task item.
| |
| Duration |
Gets the duration value of the current task item.
| |
| Effort |
Gets the effort value of the current task item (identical to duration for standard tasks).
| |
| Finish |
Gets the finish date and time of the current task item.
| |
| Indentation |
Gets the hierarchical indentation level of the current item in the containing collection.
| |
| IndexString |
Gets the index string of the current task item.
| |
| IsMilestone |
Gets a value that indicates whether the current task item is to be displayed as a milestone.
| |
| Predecessors |
Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent task bars in the view).
| |
| PredecessorsString |
Gets the predecessors string of the current task item.
| |
| Start |
Gets the start date and time of the current task item.
| |
| WbsIndexString |
Gets the WBS index string of the current task item.
|