Class PageLegendItem
Class PageLegendItem
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)
Represents an item of page legend of Gantt chart.
public sealed class PageLegendItem
Inheritance
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(BarItemType, string)
Initializes a new instance of the Aspose.Tasks.Visualization.PageLegendItem class.
public PageLegendItem(BarItemType itemType, string title)
Parameters
itemType
BarItemType
Type of the item.
title
string
Text content of the text label of the item.
Properties
ItemType
Gets type of the item.
public BarItemType ItemType { get; }
Property Value
Title
Gets text label of the item.
public string Title { get; }