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

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

Detailed Description

Represents an graphical indicators definition associated with an extended attribute.

Constructor & Destructor Documentation

◆ GraphicalIndicatorsInfo()

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

Initializes a new instance of the GraphicalIndicatorsInfo type.

Member Function Documentation

◆ get_Criteria()

const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GraphicalIndicatorCriteria> > >& Aspose::Tasks::GraphicalIndicatorsInfo::get_Criteria ( ) const

Gets a list of graphical indicator criteria.

◆ get_ProjectSummaryInheritFromNonSummaryRows()

bool Aspose::Tasks::GraphicalIndicatorsInfo::get_ProjectSummaryInheritFromNonSummaryRows ( ) const

Gets flag indicating whether project summary row inherits criteria from summary rows.

◆ get_ShowDataValuesInTooltip()

bool Aspose::Tasks::GraphicalIndicatorsInfo::get_ShowDataValuesInTooltip ( ) const

Gets flag indicating whether data values for the field should be shown in tooltips.

◆ get_SummaryRowsInheritFromNonSummaryRows()

bool Aspose::Tasks::GraphicalIndicatorsInfo::get_SummaryRowsInheritFromNonSummaryRows ( ) const

Gets flag indicating whether summary rows inherit criteria from nonsummary rows.

◆ set_ProjectSummaryInheritFromNonSummaryRows()

void Aspose::Tasks::GraphicalIndicatorsInfo::set_ProjectSummaryInheritFromNonSummaryRows ( bool  value)

Sets flag indicating whether project summary row inherits criteria from summary rows.

◆ set_ShowDataValuesInTooltip()

void Aspose::Tasks::GraphicalIndicatorsInfo::set_ShowDataValuesInTooltip ( bool  value)

Sets flag indicating whether data values for the field should be shown in tooltips.

◆ set_SummaryRowsInheritFromNonSummaryRows()

void Aspose::Tasks::GraphicalIndicatorsInfo::set_SummaryRowsInheritFromNonSummaryRows ( bool  value)

Sets flag indicating whether summary rows inherit criteria from nonsummary rows.