Class ProgressLines

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

object ProgressLines

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

DateTime

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

bool

DateFormat

Dostęp lub ustaw format daty (Aspose.Tasks.Visualization.DateLabel).

public DateLabel DateFormat { get; set; }

Wartość nieruchomości

DateLabel

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

bool

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

bool

DisplaySelected

Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić linie postępowe w wybranych dniach.

public bool DisplaySelected { get; set; }

Wartość nieruchomości

bool

Font

Otrzymuje lub ustawia czcionkę używaną do etykiety linii postępu.

public FontDescriptor Font { get; set; }

Wartość nieruchomości

FontDescriptor

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

bool

LineColor

Otrzymuje lub ustawia kolor linii dla bieżącej linii postępowej.

public Color LineColor { get; set; }

Wartość nieruchomości

Color

LinePattern

Otrzymuje lub ustawia wzorzec linii bieżącej linii postępu.Wizualizacja.Tasks.Visualization.ProgressLines.LinePattern

public LinePattern LinePattern { get; set; }

Wartość nieruchomości

LinePattern

OtherLineColor

Otrzymuje lub ustawia kolor innej linii postępowej.

public Color OtherLineColor { get; set; }

Wartość nieruchomości

Color

OtherLinePattern

Otrzymuje lub ustawia wzór linii dla innej linii postępu.

public LinePattern OtherLinePattern { get; set; }

Wartość nieruchomości

LinePattern

OtherProgressPointColor

Uzyskuje lub ustawia kolor innego punktu postępu.

public Color OtherProgressPointColor { get; set; }

Wartość nieruchomości

Color

OtherProgressPointShape

Otrzymuje lub ustawia punkt postępu w postaci innej linii postępu.

public GanttBarEndShape OtherProgressPointShape { get; set; }

Wartość nieruchomości

GanttBarEndShape

ProgressPointColor

Otrzymuje lub ustawia kolor punktu postępu.

public Color ProgressPointColor { get; set; }

Wartość nieruchomości

Color

ProgressPointShape

Uzyskuje lub ustawia kształt punktu postępu.Aspose.Tasks.Visualization.GanttBarEndShape.

public GanttBarEndShape ProgressPointShape { get; set; }

Wartość nieruchomości

GanttBarEndShape

RecurringInterval

Uzyskuje lub ustawia powtarzający się odstęp.Wizualizacja.Tasks.Visualization.ProgressLines.RecurringInterval.

public RecurringInterval RecurringInterval { get; set; }

Wartość nieruchomości

RecurringInterval

SelectedDates

Otrzymuje listę wybranych dat, aby wyświetlić linie postępowe.

public List<datetime> SelectedDates { get; }

Wartość nieruchomości

List • < DateTime >

ShowDate

Otrzymuje lub ustawia wartość wskazującą, czy wyświetlić datę dla każdej linii postępu.

public bool ShowDate { get; set; }

Wartość nieruchomości

bool

 Polski