Class PageLegendItem

Class PageLegendItem

A név: Aspose.Tasks.Visualization Összefoglaló: Aspose.Tasks.dll (25.4.0)

A Gantt-térkép legendájának egy elemét képviseli.

public sealed class PageLegendItem

Inheritance

object PageLegendItem

Örökletes tagok

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

Constructors

PageLegendItem(Részletesebben String)

Elindítja a Aspose.Tasks.Visualization.PageLegendItem osztály új példányát.

public PageLegendItem(BarItemType itemType, string title)

Parameters

itemType BarItemType

Az elem típusa.

title string

Az elem szövegjelzőjének szöveges tartalma.

Properties

ItemType

Megkapja az elem típusát.

public BarItemType ItemType { get; }

ingatlan értéke

BarItemType

Title

Megkapja az elem szöveges címkéjét.

public string Title { get; }

ingatlan értéke

string

 Magyar