Aspose.Tasks for C++
Aspose::Tasks::Visualization::PageLegendItem Class Referencefinal

Represents an item of page legend of Gantt chart. More...

#include <PageLegendItem.h>

Inherits Object.

Public Member Functions

BarItemType get_ItemType () const
 Gets type of the item. More...
 
System::String get_Title () const
 Gets text label of the item. More...
 
 PageLegendItem (BarItemType itemType, const System::String &title)
 Initializes a new instance of the PageLegendItem class. More...
 

Detailed Description

Represents an item of page legend of Gantt chart.

Constructor & Destructor Documentation

◆ PageLegendItem()

Aspose::Tasks::Visualization::PageLegendItem::PageLegendItem ( BarItemType  itemType,
const System::String &  title 
)

Initializes a new instance of the PageLegendItem class.

Parameters
itemTypeType of the item.
titleText content of the text label of the item.

Member Function Documentation

◆ get_ItemType()

BarItemType Aspose::Tasks::Visualization::PageLegendItem::get_ItemType ( ) const

Gets type of the item.

◆ get_Title()

System::String Aspose::Tasks::Visualization::PageLegendItem::get_Title ( ) const

Gets text label of the item.