LevelLineHolder

Description

The LevelLineHolder class is used to work with a level line.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          ChartLine

          LevelLineHolder

Comments

A level line is a line, in each point of which the measured value has the same value. This line is parallel to the X axis.

Properties

delegate. Determines an object that is used to work with a level line.

isHorisontal. Determines whether a level line is horizontal.

labelVisible. Determines whether a line label is visible.

position. Level line position on a chart.

value. Level line value.

x. Absolute position of level line.

Properties inherited from ChartLine

chartView. Chart data view.

color. Line color.

legendView. Chart legend view.

name. Line name.

thickness. Line thickness.

visible. Indicates whether line is visible.

Methods

findLevelLineHit:. Checks if the specified point belongs to level line.

initWithDict:. Initializes a level line by the specified parameters.

loadState:. Loads level line parameters.

saveState. Saves level line parameters.

See also:

Classes