Class PageLegendItem
Class PageLegendItem
Název místa: Aspose.Tasks.Visualization Shromáždění: Aspose.Tasks.dll (25.4.0)
Představuje položku stránky legendy Gantt charty.
public sealed class PageLegendItem
Inheritance
Dědiční členové
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(Štítek, String)
Začíná nový příklad třídy Aspose.Tasks.Visualization.PageLegendItem.
public PageLegendItem(BarItemType itemType, string title)
Parameters
itemType
BarItemType
Druh položky .
title
string
Textový obsah textového štítku položky.
Properties
ItemType
Dostane typ položky.
public BarItemType ItemType { get; }
Hodnota nemovitosti
Title
Obdrží textovou etiketu položky.
public string Title { get; }