ValueAxis object
The ValueAxis property returns the first value-axis. It is equivalent with ValueAxes(0) property. The ValueAxis property has effect for area-compatible chart types. The Type property specifies the way the serie is represented. The ValueAxis object supports the following properties and methods:

NameDescription
AlignAligns the value-axis to bottom/right or top/left side of the view
AngleSpecifies the rotation angle (in degrees) for the title and labels of the axis, in 'labels,title' format
AsPercentIndicates whether the value-axis converts the serie's values to [0,1] range, as percentages (the values area always numbers between 0 and 1).
AxisLineDefines the configuration options to show the line of the value-axis
ColorSpecifies the value-axis's background color
ColorChartDefines the color to apply on the chart's background right to the value-axis
CursorFormatSpecifies an expression to customize the tooltips to show on value-axis, when the crosshair intersects the value-axis
EndDefines where the value-axis ends relative to the full axis
FormatSpecifies an expression to customize the labels to show on value axis
IndexReturns the index of the value-axis (0-based)
MajorGridLinesDefines the configuration options to show the major grid lines of the value-axis
MajorTicksDefines the configuration options to show the major ticks of the value-axis
MajorUnitSpecifies the interval between major divisions
MaxSpecifies the maximum value of the axis
MinSpecifies the minimum value of the axis
NameDefines the name of the value axis
OffsetLabelDefines the offset to move labels horizontally or vertically in relation to their original positions
PositionRetrieves or sets a value that indicates the position of the value-axis
ReverseDefines the direction of the value axis
StartDefines where the value-axis begins relative to the full axis.
TfiSpecifies the font attributes to apply on the title and labels of the value-axis
TitleSpecifies the title of the value-axis. The title supports ex-HTML format
VisibleShows or hides the value-axis (including the labels)