Class PageLegendItem

Class PageLegendItem

ja nimityö: Aspose.Tasks.Visualization Kokoelma: Aspose.Tasks.dll (25.4.0)

Esittelee Ganttin kaavion lehden legendaa.

public sealed class PageLegendItem

Inheritance

object PageLegendItem

Perintöjäsenet

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

Constructors

PageLegendItem(Tyyppi, String)

Aloitetaan uusi esimerkki Aspose.Tasks.Visualization.PageLegendItem luokasta.

public PageLegendItem(BarItemType itemType, string title)

Parameters

itemType BarItemType

Tuotteen tyyppi on.

title string

Tuotteen tekstimerkinnän tekstin sisältö.

Properties

ItemType

Saat tyypin kohteesta.

public BarItemType ItemType { get; }

Omistuksen arvo

BarItemType

Title

Saat kohteen tekstimerkinnän.

public string Title { get; }

Omistuksen arvo

string

 Suomi