ProgressLines

ProgressLines class

Represents progress lines in a Gantt Chart view.

The ProgressLines type exposes the following members:

Constructors

NameDescription
ProgressLines()Initializes a new instance of the ProgressLines class

Properties

NameDescription
display_at_current_dateGets or sets a value indicating whether to display progress line at current date.
display_at_recurring_intervalsGets or sets a value indicating whether to display progress line at recurring intervals.
recurring_intervalGets or sets the recurring interval.
begin_at_project_startGets or sets a value indicating whether to display progress lines from the beginning of the project start date.
begin_at_dateGets or sets the date to display progress lines from.
display_selectedGets or sets a value indicating whether to display progress lines at the selected dates.
is_baseline_planGets or sets a value indicating whether to display progress lines for baseline plan or actual.
show_dateGets or sets a value indicating whether to show date for each progress line.
date_formatGets or sets the date format (
fontGets or sets the font used for progress line label.
line_patternGets or sets the line pattern of current progress line.
line_colorGets or sets the line color for current progress line.
progress_point_shapeGets or sets the progress point shape.
progress_point_colorGets or sets the color of progress point.
other_line_patternGets or sets the line pattern for other progress line.
other_line_colorGets or sets the color of other progress line.
other_progress_point_shapeGets or sets the progress point shape of other progress line.
other_progress_point_colorGets or sets the color of other progress point.
selected_datesGets the list of selected dates to display progress lines for.

See Also