Class PageLegendItem

Class PageLegendItem

Nazwa przestrzeń: Aspose.Tasks.Visualization Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Przedstawia element legendy strony wykresu Gantta.

public sealed class PageLegendItem

Inheritance

object PageLegendItem

Dziedziczeni członkowie

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

PageLegendItem(Tłumaczenie, String)

Inicjalizuje nową instancję klasy Aspose.Tasks.Visualization.PageLegendItem.

public PageLegendItem(BarItemType itemType, string title)

Parameters

itemType BarItemType

Typ przedmiotu .

title string

Zawartość tekstu etykiety tekstowej przedmiotu.

Properties

ItemType

Otrzymuje typ przedmiotu.

public BarItemType ItemType { get; }

Wartość nieruchomości

BarItemType

Title

Otrzymuje etykietę tekstową przedmiotu.

public string Title { get; }

Wartość nieruchomości

string

 Polski