Class PageLegendItem
Class PageLegendItem
Именује се: Aspose.Tasks.Visualization Асамблеја: Aspose.Tasks.dll (25.5.0)
Представља елемент странице легенде Гант графике.
public sealed class PageLegendItemInheritance
Наслеђени чланови
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(КСНУМКС, Стринг)
Иницијализује нову инстанцију Aspose.Tasks.Visualization.PageLegendItem класе.
public PageLegendItem(BarItemType itemType, string title)Parameters
itemType BarItemType
Тип предмета .
title string
Текст садржаја текстуалне етикете предмета.
Properties
ItemType
Добије врсту предмета.
public BarItemType ItemType { get; }Вредност имовине
Title
Добије текстуалну ознаку предмета.
public string Title { get; }