Class ProgressLines

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

object ProgressLines

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

DateTime

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

bool

DateFormat

Gets or sets the date format (Aspose.Tasks.Visualization.DateLabel).

public DateLabel DateFormat { get; set; }

Property Value

DateLabel

DisplayAtCurrentDate

Gets or sets a value indicating whether to display progress line at current date.

public bool DisplayAtCurrentDate { get; set; }

Property Value

bool

DisplayAtRecurringIntervals

Gets or sets a value indicating whether to display progress line at recurring intervals.

public bool DisplayAtRecurringIntervals { get; set; }

Property Value

bool

DisplaySelected

Gets or sets a value indicating whether to display progress lines at the selected dates.

public bool DisplaySelected { get; set; }

Property Value

bool

Font

Gets or sets the font used for progress line label.

public FontDescriptor Font { get; set; }

Property Value

FontDescriptor

IsBaselinePlan

Gets or sets a value indicating whether to display progress lines for baseline plan or actual.

public bool IsBaselinePlan { get; set; }

Property Value

bool

LineColor

Gets or sets the line color for current progress line.

public Color LineColor { get; set; }

Property Value

Color

LinePattern

Gets or sets the line pattern of current progress line. Aspose.Tasks.Visualization.ProgressLines.LinePattern.

public LinePattern LinePattern { get; set; }

Property Value

LinePattern

OtherLineColor

Gets or sets the color of other progress line.

public Color OtherLineColor { get; set; }

Property Value

Color

OtherLinePattern

Gets or sets the line pattern for other progress line.

public LinePattern OtherLinePattern { get; set; }

Property Value

LinePattern

OtherProgressPointColor

Gets or sets the color of other progress point.

public Color OtherProgressPointColor { get; set; }

Property Value

Color

OtherProgressPointShape

Gets or sets the progress point shape of other progress line.

public GanttBarEndShape OtherProgressPointShape { get; set; }

Property Value

GanttBarEndShape

ProgressPointColor

Gets or sets the color of progress point.

public Color ProgressPointColor { get; set; }

Property Value

Color

ProgressPointShape

Gets or sets the progress point shape. Aspose.Tasks.Visualization.GanttBarEndShape.

public GanttBarEndShape ProgressPointShape { get; set; }

Property Value

GanttBarEndShape

RecurringInterval

Gets or sets the recurring interval. Aspose.Tasks.Visualization.ProgressLines.RecurringInterval.

public RecurringInterval RecurringInterval { get; set; }

Property Value

RecurringInterval

SelectedDates

Gets the list of selected dates to display progress lines for.

public List<datetime> SelectedDates { get; }

Property Value

List < DateTime &gt;

ShowDate

Gets or sets a value indicating whether to show date for each progress line.

public bool ShowDate { get; set; }

Property Value

bool

 English