The ValueAxis class is used to work with an axis that displays values and labels.
ValueAxis
Types of axes that display values and labels:
Category axis (X).
Value axis (Y).
Secondary value axis.
Axis elements:
Axis line.
Axis caption.
Major axis tick marks. Dashes perpendicular to axis line and containing labels.
Minor axis tick marks. Perpendicular dashes without labels displayed at the axis line between major tick marks.
Gridline. A set of lines perpendicular to axis. Gridlines start from each major tick mark and cross the entire plot area of the chart.
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.
axisType. Axis type.
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.
initWithFrame:type:. Initializes an axis instance.
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: