GraphicalIndicatorsInfo

Inheritance: java.lang.Object

public final class GraphicalIndicatorsInfo

Represents an graphical indicators definition associated with an extended attribute.

Constructors

ConstructorDescription
GraphicalIndicatorsInfo()Initializes a new instance of the GraphicalIndicatorsInfo type.

Methods

MethodDescription
getCriteria()Gets a list of graphical indicator criteria.
getProjectSummaryInheritFromNonSummaryRows()Gets flag indicating whether project summary row inherits criteria from summary rows.
getShowDataValuesInTooltip()Gets flag indicating whether data values for the field should be shown in tooltips.
getSummaryRowsInheritFromNonSummaryRows()Gets flag indicating whether summary rows inherit criteria from nonsummary rows.
setProjectSummaryInheritFromNonSummaryRows(boolean value)Sets flag indicating whether project summary row inherits criteria from summary rows.
setShowDataValuesInTooltip(boolean value)Sets flag indicating whether data values for the field should be shown in tooltips.
setSummaryRowsInheritFromNonSummaryRows(boolean value)Sets flag indicating whether summary rows inherit criteria from nonsummary rows.

GraphicalIndicatorsInfo()

public GraphicalIndicatorsInfo()

Initializes a new instance of the GraphicalIndicatorsInfo type.

getCriteria()

public final List<GraphicalIndicatorCriteria> getCriteria()

Gets a list of graphical indicator criteria.

Returns: java.util.List<com.aspose.tasks.GraphicalIndicatorCriteria> - a list of graphical indicator criteria.

getProjectSummaryInheritFromNonSummaryRows()

public final boolean getProjectSummaryInheritFromNonSummaryRows()

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

Returns: boolean - flag indicating whether project summary row inherits criteria from summary rows.

getShowDataValuesInTooltip()

public final boolean getShowDataValuesInTooltip()

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

Returns: boolean - flag indicating whether data values for the field should be shown in tooltips.

getSummaryRowsInheritFromNonSummaryRows()

public final boolean getSummaryRowsInheritFromNonSummaryRows()

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

Returns: boolean - flag indicating whether summary rows inherit criteria from nonsummary rows.

setProjectSummaryInheritFromNonSummaryRows(boolean value)

public final void setProjectSummaryInheritFromNonSummaryRows(boolean value)

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

Parameters:

ParameterTypeDescription
valuebooleanflag indicating whether project summary row inherits criteria from summary rows.

setShowDataValuesInTooltip(boolean value)

public final void setShowDataValuesInTooltip(boolean value)

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

Parameters:

ParameterTypeDescription
valuebooleanflag indicating whether data values for the field should be shown in tooltips.

setSummaryRowsInheritFromNonSummaryRows(boolean value)

public final void setSummaryRowsInheritFromNonSummaryRows(boolean value)

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

Parameters:

ParameterTypeDescription
valuebooleanflag indicating whether summary rows inherit criteria from nonsummary rows.