Class PageLegendItem
Class PageLegendItem
名称: Aspose.Tasks.Visualization 合計: Aspose.Tasks.dll (25.4.0)
Gantt 図のページ伝説のアイテムを表しています。
public sealed class PageLegendItem
Inheritance
相続人
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; }