Class GraphicalIndicatorsInfo

Class GraphicalIndicatorsInfo

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)

Represents an graphical indicators definition associated with an extended attribute.

public sealed class GraphicalIndicatorsInfo

Inheritance

object GraphicalIndicatorsInfo

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

GraphicalIndicatorsInfo()

Initializes a new instance of the Aspose.Tasks.GraphicalIndicatorsInfo type.

public GraphicalIndicatorsInfo()

Properties

Criteria

Gets a list of graphical indicator criteria.

public List<graphicalindicatorcriteria> Criteria { get; }

Property Value

List < GraphicalIndicatorCriteria &gt;

ProjectSummaryInheritFromNonSummaryRows

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

public bool ProjectSummaryInheritFromNonSummaryRows { get; set; }

Property Value

bool

ShowDataValuesInTooltip

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

public bool ShowDataValuesInTooltip { get; set; }

Property Value

bool

SummaryRowsInheritFromNonSummaryRows

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

public bool SummaryRowsInheritFromNonSummaryRows { get; set; }

Property Value

bool

 English