Class ProgressLines
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)
Represents progress lines in a Gantt Chart view.
public class ProgressLines
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressLines()
public ProgressLines()
Properties
BeginAtDate
Gets or sets the date to display progress lines from.
public DateTime BeginAtDate { get; set; }
Property Value
BeginAtProjectStart
Gets or sets a value indicating whether to display progress lines from the beginning of the project start date.
public bool BeginAtProjectStart { get; set; }
Property Value
DateFormat
Gets or sets the date format (Aspose.Tasks.Visualization.DateLabel).
public DateLabel DateFormat { get; set; }
Property Value
DisplayAtCurrentDate
Gets or sets a value indicating whether to display progress line at current date.
public bool DisplayAtCurrentDate { get; set; }
Property Value
DisplayAtRecurringIntervals
Gets or sets a value indicating whether to display progress line at recurring intervals.
public bool DisplayAtRecurringIntervals { get; set; }
Property Value
DisplaySelected
Gets or sets a value indicating whether to display progress lines at the selected dates.
public bool DisplaySelected { get; set; }
Property Value
Font
Gets or sets the font used for progress line label.
public FontDescriptor Font { get; set; }
Property Value
IsBaselinePlan
Gets or sets a value indicating whether to display progress lines for baseline plan or actual.
public bool IsBaselinePlan { get; set; }
Property Value
LineColor
Gets or sets the line color for current progress line.
public Color LineColor { get; set; }
Property Value
LinePattern
Gets or sets the line pattern of current progress line. Aspose.Tasks.Visualization.ProgressLines.LinePattern.
public LinePattern LinePattern { get; set; }
Property Value
OtherLineColor
Gets or sets the color of other progress line.
public Color OtherLineColor { get; set; }
Property Value
OtherLinePattern
Gets or sets the line pattern for other progress line.
public LinePattern OtherLinePattern { get; set; }
Property Value
OtherProgressPointColor
Gets or sets the color of other progress point.
public Color OtherProgressPointColor { get; set; }
Property Value
OtherProgressPointShape
Gets or sets the progress point shape of other progress line.
public GanttBarEndShape OtherProgressPointShape { get; set; }
Property Value
ProgressPointColor
Gets or sets the color of progress point.
public Color ProgressPointColor { get; set; }
Property Value
ProgressPointShape
Gets or sets the progress point shape. Aspose.Tasks.Visualization.GanttBarEndShape.
public GanttBarEndShape ProgressPointShape { get; set; }
Property Value
RecurringInterval
Gets or sets the recurring interval. Aspose.Tasks.Visualization.ProgressLines.RecurringInterval.
public RecurringInterval RecurringInterval { get; set; }
Property Value
SelectedDates
Gets the list of selected dates to display progress lines for.
public List<datetime> SelectedDates { get; }
Property Value
ShowDate
Gets or sets a value indicating whether to show date for each progress line.
public bool ShowDate { get; set; }