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:
| | Name | Description | |
| | Align | Aligns the value-axis to bottom/right or top/left side of the view | |
| | Angle | Specifies the rotation angle (in degrees) for the title and labels of the axis, in 'labels,title' format | |
| | AsPercent | Indicates whether the value-axis converts the serie's values to [0,1] range, as percentages (the values area always numbers between 0 and 1). | |
| | AxisLine | Defines the configuration options to show the line of the value-axis | |
| | Color | Specifies the value-axis's background color | |
| | ColorChart | Defines the color to apply on the chart's background right to the value-axis | |
| | CursorFormat | Specifies an expression to customize the tooltips to show on value-axis, when the crosshair intersects the value-axis | |
| | End | Defines where the value-axis ends relative to the full axis | |
| | Format | Specifies an expression to customize the labels to show on value axis | |
| | Index | Returns the index of the value-axis (0-based) | |
| | MajorGridLines | Defines the configuration options to show the major grid lines of the value-axis | |
| | MajorTicks | Defines the configuration options to show the major ticks of the value-axis | |
| | MajorUnit | Specifies the interval between major divisions | |
| | Max | Specifies the maximum value of the axis | |
| | Min | Specifies the minimum value of the axis | |
| | Name | Defines the name of the value axis | |
| | OffsetLabel | Defines the offset to move labels horizontally or vertically in relation to their original positions | |
| | Position | Retrieves or sets a value that indicates the position of the value-axis | |
| | Reverse | Defines the direction of the value axis | |
| | Start | Defines where the value-axis begins relative to the full axis. | |
| | Tfi | Specifies the font attributes to apply on the title and labels of the value-axis | |
| | Title | Specifies the title of the value-axis. The title supports ex-HTML format | |
| | Visible | Shows or hides the value-axis (including the labels) | |