Skip to main content
A newer version of this page is available. .

GanttChartMappings Properties

Provides access to options specified based on data source field names: task captions, task start and finish dates, task progress, etc.
Name Description
BaselineDurationFieldName Gets or sets the data source field that specifies a task’s baseline duration.
BaselineFinishDateFieldName Gets or sets the data source field that specifies a task’s baseline finish date.
BaselineStartDateFieldName Gets or sets the data source field that specifies a task’s baseline start date.
DurationFieldName Gets or sets the data source field that specifies a task’s duration.
FinishDateFieldName Gets or sets the data source field that specifies a task’s finish date.
PredecessorsFieldName Gets or sets the data source field that specifies a task’s predecessors.
ProgressFieldName Gets or sets the data source field that specifies a task’s progress.
StartDateFieldName Gets or sets the data source field that specifies a task’s start date.
TextFieldName Gets or sets the data source field that specifies a task’s text.
See Also