ValueScale

Description

The ValueScale class is used to compare a data series with constant values of any type.

Inheritance Hierarchy

          NSObject

          ValueScale

Supported Protocols

<NSLocking>

Properties

equal. Array of constants used for the Equal values.

greater. Array of constants used for the Greater values.

less. Array of constants used for the Less values.

noData. Value used for empty data.

scaleSteps. The number of scale steps used on data update.

scaleType. Scale type.

value. Array of data used for comparison.

Methods

getValue. Returns an object that corresponds to empty data value.

getValue:. Returns an object compared to the specified value.

setScaleValues:. Refreshes scale values.

updateWithData:. Refreshes scale data.

See also:

Working with Common Classes