Class ProgressLines
Nazwa przestrzeń: Aspose.Tasks.Visualization Zgromadzenie: Aspose.Tasks.dll (25.4.0)
Przedstawia linie postępowe w widoku wykresu Gantt.
public class ProgressLines
Inheritance
Dziedziczeni członkowie
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
Otrzymuje lub ustawia datę, aby wyświetlić linie postępowe.
public DateTime BeginAtDate { get; set; }
Wartość nieruchomości
BeginAtProjectStart
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linie postępowe od początku daty rozpoczęcia projektu.
public bool BeginAtProjectStart { get; set; }
Wartość nieruchomości
DateFormat
Dostęp lub ustaw format daty (Aspose.Tasks.Visualization.DateLabel).
public DateLabel DateFormat { get; set; }
Wartość nieruchomości
DisplayAtCurrentDate
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linię postępu w bieżącym terminie.
public bool DisplayAtCurrentDate { get; set; }
Wartość nieruchomości
DisplayAtRecurringIntervals
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linię postępu w powtarzających się odstępach.
public bool DisplayAtRecurringIntervals { get; set; }
Wartość nieruchomości
DisplaySelected
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linie postępowe w wybranych dniach.
public bool DisplaySelected { get; set; }
Wartość nieruchomości
Font
Otrzymuje lub ustawia czcionkę używaną do etykiety linii postępu.
public FontDescriptor Font { get; set; }
Wartość nieruchomości
IsBaselinePlan
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linie postępowe dla planu bazowego lub rzeczywistego.
public bool IsBaselinePlan { get; set; }
Wartość nieruchomości
LineColor
Otrzymuje lub ustawia kolor linii dla bieżącej linii postępowej.
public Color LineColor { get; set; }
Wartość nieruchomości
LinePattern
Otrzymuje lub ustawia wzorzec linii bieżącej linii postępu.Wizualizacja.Tasks.Visualization.ProgressLines.LinePattern
public LinePattern LinePattern { get; set; }
Wartość nieruchomości
OtherLineColor
Otrzymuje lub ustawia kolor innej linii postępowej.
public Color OtherLineColor { get; set; }
Wartość nieruchomości
OtherLinePattern
Otrzymuje lub ustawia wzór linii dla innej linii postępu.
public LinePattern OtherLinePattern { get; set; }
Wartość nieruchomości
OtherProgressPointColor
Uzyskuje lub ustawia kolor innego punktu postępu.
public Color OtherProgressPointColor { get; set; }
Wartość nieruchomości
OtherProgressPointShape
Otrzymuje lub ustawia punkt postępu w postaci innej linii postępu.
public GanttBarEndShape OtherProgressPointShape { get; set; }
Wartość nieruchomości
ProgressPointColor
Otrzymuje lub ustawia kolor punktu postępu.
public Color ProgressPointColor { get; set; }
Wartość nieruchomości
ProgressPointShape
Uzyskuje lub ustawia kształt punktu postępu.Aspose.Tasks.Visualization.GanttBarEndShape.
public GanttBarEndShape ProgressPointShape { get; set; }
Wartość nieruchomości
RecurringInterval
Uzyskuje lub ustawia powtarzający się odstęp.Wizualizacja.Tasks.Visualization.ProgressLines.RecurringInterval.
public RecurringInterval RecurringInterval { get; set; }
Wartość nieruchomości
SelectedDates
Otrzymuje listę wybranych dat, aby wyświetlić linie postępowe.
public List<datetime> SelectedDates { get; }
Wartość nieruchomości
ShowDate
Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić datę dla każdej linii postępu.
public bool ShowDate { get; set; }