Class PageLegendItem
Class PageLegendItem
Pôvodný názov: Aspose.Tasks.Visualization Zhromaždenie: Aspose.Tasks.dll (25.5.0)
Predstavuje položku stránky legendy Gantt charty.
public sealed class PageLegendItemInheritance
Z dedičných členov
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(Príslušenstvo, String)
Iniciuje novú inštanciu triedy Aspose.Tasks.Visualization.PageLegendItem.
public PageLegendItem(BarItemType itemType, string title)Parameters
itemType BarItemType
Typ predmetu .
title string
Textový obsah textového štítku položky.
Properties
ItemType
Dostane typ položky.
public BarItemType ItemType { get; }Hodnota nehnuteľnosti
Title
Získať textové označenie položky.
public string Title { get; }