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 (of the TimeSpan type) that specifies a task’s baseline duration.
BaselineFinishDateFieldName Gets or sets the data source field (of the DateTime type) that specifies a task’s baseline finish date.
BaselineStartDateFieldName Gets or sets the data source field (of the DateTime type) that specifies a task’s baseline start date.
DurationFieldName Gets or sets the data source field (of the TimeSpan type) that specifies a task’s duration (only work hours).
FinishDateFieldName Gets or sets the data source field (of the DateTime type) that specifies a task’s finish date.
InteractionTooltipTextFieldName Gets or sets the data source field (of the String type) that specifies a task’s text in interaction tooltips.
PredecessorsFieldName Gets or sets the data source field that specifies a task’s predecessors. The data field should contain an IList object or a String value with keys separated by space, comma, or semicolon (‘ ‘, ‘,’ ‘;’).
ProgressFieldName Gets or sets the data source field (of the Single type) that specifies a task’s progress (from 0 to 100 percent).
StartDateFieldName Gets or sets the data source field (of the DateTime type) that specifies a task’s start date.
TextFieldName Gets or sets the data source field (of the String type) that specifies the text displayed next to a task in the chart.
See Also