Aspose.Tasks for C++
Aspose::Tasks::GraphicalIndicatorsInfo Class Referencefinal

Represents an graphical indicators definition associated with an extended attribute. More...

#include <GraphicalIndicatorsInfo.h>

Inherits 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...
 

Detailed Description

Represents an graphical indicators definition associated with an extended attribute.

Constructor & Destructor Documentation

Aspose::Tasks::GraphicalIndicatorsInfo::GraphicalIndicatorsInfo ( )

Initializes a new instance of the GraphicalIndicatorsInfo type.

Member Function Documentation

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.