ValueAxis

Description

The ValueAxis class is used to work with an axis that displays values and labels.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          ChartObject

          Axis

          ValueAxis

Comments

Types of axes that display values and labels:

Axis elements:

Properties

alwaysShowZero. Determines whether zero value is displayed on the axis.

axisLabelsVertical. Determines whether axis labels are displayed vertically.

axisLabelsVisible. Specifies whether to show labels for major tick marks.

axisLineVisible. Specifies whether to show axis line.

axisThickness. Axis line width (in points).

caption. Object that sets parameters of axis caption.

captionOptimizedOut. Determines whether axis caption is hidden.

color. Axis line color.

customLabelFormatter. Determine custom format of line label.

endOffset. Offset  of axis  end.

font. Font for labels of major tick marks.

gridColor. Gridline color.

gridThickness. Gridline width.

interlacedBackground. An array of colors that can be used for interlacing fill of areas between the gridlines.

labelFormatter. Object that formats values of major tick marks.

labelMask. Format for displaying major tick marks.

labelsOptimizedOut. Determines whether axis labels are hidden.

majorTicks. Parameters of major tick mark lines.

maxOffset. Maximum offset of axis start and end.

minorTicks. Parameters of minor tick mark lines.

minTickSpacing. Minimum distance between two neighbor major tick marks.

optimizedOut. Determines whether chart axis is hidden.

pointsVisible. The number of major tick marks displayed on the axis.

showGrid. Determines whether to show grid.

startOffset. Axis start offset.

textColor. Color of labels for major tick marks.

tickLabelAlignment. Axis label alignment type.

tickLabelLineBreak. Determines whether to wrap axis label text.

valueAxisType. Type of axis values.

Properties inherited from Axis

axisType. Axis type.

Properties inherited from ChartObject

animations. An array of animation parameters for chart element.

chart. The chart that includes the visual element.

visible. Indicates whether the visual element is visual.

Methods

initWithFrame:type:. Initializes an axis instance.

Methods inherited from ChartObject

addAnimation:. Adds animation for a chart element.

dumpConfigurationToDict. Returns object to which parameters of visual chart element are loaded.

removeAllAnimations. Removes all animation set for a visual chart element.

removeAnimation:. Removes specified animation parameters for chart element.

See also:

Classes