Axes in a Cartesian chart play a vital role in identifying the values of the visualized data. Charts typically have two axes that are used to measure and categorize data: Vertical axis (y-axis) and horizontal axis (x-axis).
The vertical axis always uses a numerical scale. The horizontal axis supports the following scale types:
The categorical axis is a nonlinear axis that displays text in axis labels.
The numerical axis is a linear axis that displays numbers with an equal interval in axis labels.
The date-time axis displays date-time values with an equal interval in axis labels. It is typically used as an x-axis.
The logarithmic axis displays values on a logarithmic scale and shows numbers in the axis labels.
The Cartesian Charts control supports an opposed axis being rendered on the side opposite to the default position.
There is support for inverting axes values in the chart.
Charts offer many customization options for axis labels, including positioning, formatting, and rotation. It also has options to prevent the overlap of labels.