> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/recharts/recharts/llms.txt
> Use this file to discover all available pages before exploring further.

# CartesianAxis

<Warning>
  This component is not meant to be used directly in app code.
  Use XAxis or YAxis instead.

  Starting from Recharts v4.0 we will make this component internal only.
</Warning>

Internal base component for rendering axis in Cartesian charts. XAxis and YAxis are built on top of this component.

## Source

`https://github.com/recharts/recharts/blob/main/src/cartesian/CartesianAxis.tsx`
