Aspose.Tasks for C++
|
Represents an graphical indicators definition associated with an extended attribute. More...
#include <GraphicalIndicatorsInfo.h>
Inherits System::Object.
Public Member Functions | |
bool | get_SummaryRowsInheritFromNonSummaryRows () const |
Gets flag indicating whether summary rows inherit criteria from nonsummary rows. More... | |
void | set_SummaryRowsInheritFromNonSummaryRows (bool value) |
Sets flag indicating whether summary rows inherit criteria from nonsummary rows. More... | |
bool | get_ProjectSummaryInheritFromNonSummaryRows () const |
Gets flag indicating whether project summary row inherits criteria from summary rows. More... | |
void | set_ProjectSummaryInheritFromNonSummaryRows (bool value) |
Sets flag indicating whether project summary row inherits criteria from summary rows. More... | |
bool | get_ShowDataValuesInTooltip () const |
Gets flag indicating whether data values for the field should be shown in tooltips. More... | |
void | set_ShowDataValuesInTooltip (bool value) |
Sets flag indicating whether data values for the field should be shown in tooltips. More... | |
const System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< GraphicalIndicatorCriteria > > > & | get_Criteria () const |
Gets a list of graphical indicator criteria. More... | |
GraphicalIndicatorsInfo () | |
Initializes a new instance of the GraphicalIndicatorsInfo type. More... | |
Represents an graphical indicators definition associated with an extended attribute.
Aspose::Tasks::GraphicalIndicatorsInfo::GraphicalIndicatorsInfo | ( | ) |
Initializes a new instance of the GraphicalIndicatorsInfo type.
const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GraphicalIndicatorCriteria> > >& Aspose::Tasks::GraphicalIndicatorsInfo::get_Criteria | ( | ) | const |
Gets a list of graphical indicator criteria.
bool Aspose::Tasks::GraphicalIndicatorsInfo::get_ProjectSummaryInheritFromNonSummaryRows | ( | ) | const |
Gets flag indicating whether project summary row inherits criteria from summary rows.
bool Aspose::Tasks::GraphicalIndicatorsInfo::get_ShowDataValuesInTooltip | ( | ) | const |
Gets flag indicating whether data values for the field should be shown in tooltips.
bool Aspose::Tasks::GraphicalIndicatorsInfo::get_SummaryRowsInheritFromNonSummaryRows | ( | ) | const |
Gets flag indicating whether summary rows inherit criteria from nonsummary rows.
void Aspose::Tasks::GraphicalIndicatorsInfo::set_ProjectSummaryInheritFromNonSummaryRows | ( | bool | value | ) |
Sets flag indicating whether project summary row inherits criteria from summary rows.
void Aspose::Tasks::GraphicalIndicatorsInfo::set_ShowDataValuesInTooltip | ( | bool | value | ) |
Sets flag indicating whether data values for the field should be shown in tooltips.
void Aspose::Tasks::GraphicalIndicatorsInfo::set_SummaryRowsInheritFromNonSummaryRows | ( | bool | value | ) |
Sets flag indicating whether summary rows inherit criteria from nonsummary rows.