ProgressLines
Contents
[
Hide
]ProgressLines class
Represents progress lines in a Gantt Chart view.
Methods
| Name | Description |
|---|---|
| get_BeginAtDate | Gets the date to display progress lines from. |
| get_BeginAtProjectStart | Gets a value indicating whether to display progress lines from the beginning of the project start date. |
| get_DateFormat | Gets the date format ( DateLabel ). |
| get_DisplayAtCurrentDate | Gets a value indicating whether to display progress line at current date. |
| get_DisplayAtRecurringIntervals | Gets a value indicating whether to display progress line at recurring intervals. |
| get_DisplaySelected | Gets a value indicating whether to display progress lines at the selected dates. |
| get_Font | Gets the font used for progress line label. |
| get_IsBaselinePlan | Gets a value indicating whether to display progress lines for baseline plan or actual. |
| get_LineColor | Gets the line color for current progress line. |
| get_LinePattern | Gets the line pattern of current progress line. LinePattern . |
| get_OtherLineColor | Gets the color of other progress line. |
| get_OtherLinePattern | Gets the line pattern for other progress line. |
| get_OtherProgressPointColor | Gets the color of other progress point. |
| get_OtherProgressPointShape | Gets the progress point shape of other progress line. |
| get_ProgressPointColor | Gets the color of progress point. |
| get_ProgressPointShape | Gets the progress point shape. GanttBarEndShape . |
| get_RecurringInterval | Gets the recurring interval. RecurringInterval . |
| get_SelectedDates | Gets the list of selected dates to display progress lines for. |
| get_ShowDate | Gets a value indicating whether to show date for each progress line. |
| set_BeginAtDate | Sets the date to display progress lines from. |
| set_BeginAtProjectStart | Sets a value indicating whether to display progress lines from the beginning of the project start date. |
| set_DateFormat | Sets the date format ( DateLabel ). |
| set_DisplayAtCurrentDate | Sets a value indicating whether to display progress line at current date. |
| set_DisplayAtRecurringIntervals | Sets a value indicating whether to display progress line at recurring intervals. |
| set_DisplaySelected | Sets a value indicating whether to display progress lines at the selected dates. |
| set_Font | Sets the font used for progress line label. |
| set_IsBaselinePlan | Sets a value indicating whether to display progress lines for baseline plan or actual. |
| set_LineColor | Sets the line color for current progress line. |
| set_LinePattern | Sets the line pattern of current progress line. LinePattern . |
| set_OtherLineColor | Sets the color of other progress line. |
| set_OtherLinePattern | Sets the line pattern for other progress line. |
| set_OtherProgressPointColor | Sets the color of other progress point. |
| set_OtherProgressPointShape | Sets the progress point shape of other progress line. |
| set_ProgressPointColor | Sets the color of progress point. |
| set_ProgressPointShape | Sets the progress point shape. GanttBarEndShape . |
| set_RecurringInterval | Sets the recurring interval. RecurringInterval . |
| set_ShowDate | Sets a value indicating whether to show date for each progress line. |