ProgressLines

ProgressLines class

Represents progress lines in a Gantt Chart view.

Methods

NameDescription
get_BeginAtDateGets the date to display progress lines from.
get_BeginAtProjectStartGets a value indicating whether to display progress lines from the beginning of the project start date.
get_DateFormatGets the date format ( DateLabel ).
get_DisplayAtCurrentDateGets a value indicating whether to display progress line at current date.
get_DisplayAtRecurringIntervalsGets a value indicating whether to display progress line at recurring intervals.
get_DisplaySelectedGets a value indicating whether to display progress lines at the selected dates.
get_FontGets the font used for progress line label.
get_IsBaselinePlanGets a value indicating whether to display progress lines for baseline plan or actual.
get_LineColorGets the line color for current progress line.
get_LinePatternGets the line pattern of current progress line. LinePattern .
get_OtherLineColorGets the color of other progress line.
get_OtherLinePatternGets the line pattern for other progress line.
get_OtherProgressPointColorGets the color of other progress point.
get_OtherProgressPointShapeGets the progress point shape of other progress line.
get_ProgressPointColorGets the color of progress point.
get_ProgressPointShapeGets the progress point shape. GanttBarEndShape .
get_RecurringIntervalGets the recurring interval. RecurringInterval .
get_SelectedDatesGets the list of selected dates to display progress lines for.
get_ShowDateGets a value indicating whether to show date for each progress line.
set_BeginAtDateSets the date to display progress lines from.
set_BeginAtProjectStartSets a value indicating whether to display progress lines from the beginning of the project start date.
set_DateFormatSets the date format ( DateLabel ).
set_DisplayAtCurrentDateSets a value indicating whether to display progress line at current date.
set_DisplayAtRecurringIntervalsSets a value indicating whether to display progress line at recurring intervals.
set_DisplaySelectedSets a value indicating whether to display progress lines at the selected dates.
set_FontSets the font used for progress line label.
set_IsBaselinePlanSets a value indicating whether to display progress lines for baseline plan or actual.
set_LineColorSets the line color for current progress line.
set_LinePatternSets the line pattern of current progress line. LinePattern .
set_OtherLineColorSets the color of other progress line.
set_OtherLinePatternSets the line pattern for other progress line.
set_OtherProgressPointColorSets the color of other progress point.
set_OtherProgressPointShapeSets the progress point shape of other progress line.
set_ProgressPointColorSets the color of progress point.
set_ProgressPointShapeSets the progress point shape. GanttBarEndShape .
set_RecurringIntervalSets the recurring interval. RecurringInterval .
set_ShowDateSets a value indicating whether to show date for each progress line.