Axis

TERM

The reference line that gives a chart's values position and meaning.

An axis is a reference line along the edge of a chart against which data is measured, so that a point's position corresponds to its value.

Most charts use two axes that meet at a corner: a horizontal one running left to right and a vertical one running bottom to top. Together they form a coordinate grid. Every data point sits at the intersection of one position along the horizontal axis and one along the vertical axis, which is how a flat picture can encode two numbers at once. Without axes, a dot on a page is meaningless; the axes are what turn its location into "the value was 42 in March."

How an axis works in a chart

Each axis carries a few elements: a line, a set of evenly spaced tick marks, labels at those ticks, and usually a title naming what is being measured (for example, "Revenue" or "Month"). The spacing of the ticks is governed by the axis's scale — the rule that maps data values to distance along the line. An axis can be numeric (a continuous range of numbers), categorical (a list of discrete labels), or time-based (dates spread along its length).

A concrete example

Picture a column chart of monthly sales. The horizontal axis lists the months as categories, evenly spaced. The vertical axis is a numeric scale from 0 at the bottom to the largest sale at the top. A bar reaching the tick labelled "60" tells you that month's value was 60. Read the height against the vertical axis, read the label off the horizontal axis, and you have the full data point. A subtle but important detail: if the numeric axis does not start at zero, bar heights exaggerate differences — a classic way charts mislead.

Related terms

The two axes have specific names — the x-axis (horizontal) and y-axis (vertical). The scale determines how values map onto each axis, and faint gridlines extend from the ticks to make values easier to read. See axes in action in the bar chart guide.