Class PageLegendItem
Class PageLegendItem
名称: Aspose.Tasks.Visualization 會議: Aspose.Tasks.dll (25.5.0)
代表Gantt图的页面传奇的元素。
public sealed class PageLegendItemInheritance
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(字符串, string)
启动 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; }