Class

ac.ValueSetImpl

Contains the values for a coherent set of values of the chart, making up e.g. a line or a series of bars or slices.

Summary

Methods
getMaximum(attribute)
getMinimum(attribute)
getSum(attribute)
isSetShowPopup()

Method detail

getMaximum(attribute)

Returns the maximum attribute value.

Parameters

* attribute (integer) the index of the attribute to check.

Returns

the maximum

getMinimum(attribute)

Returns the minimum attribute value.

Parameters

* attribute (integer) the index of the attribute to check.

Returns

the minimum

getSum(attribute)

Determines the total sum of values with a given attribute index.

Parameters

* attribute (integer) the index of the attribute to sum up.

Returns

the sum

isSetShowPopup()

Whether showPopup is already set or not

Returns

a boolean value which determinate whether popups are showed or not