Aspose.Tasks for C++
|
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... | |
Represents an item of page legend of Gantt chart.
Aspose::Tasks::Visualization::PageLegendItem::PageLegendItem | ( | BarItemType | itemType, |
const System::String & | title | ||
) |
Initializes a new instance of the PageLegendItem class.
itemType | Type of the item. |
title | Text content of the text label of the item. |
BarItemType Aspose::Tasks::Visualization::PageLegendItem::get_ItemType | ( | ) | const |
Gets type of the item.
System::String Aspose::Tasks::Visualization::PageLegendItem::get_Title | ( | ) | const |
Gets text label of the item.