@MMOWTSTM,
You can place the axis labels inside each bar/column by setting labelPlacement property of axisX to inside
as shown in the code snippet below:
axisX: {
labelPlacement: "inside"
}
Please take a look at this gallery page for an example on the same.
![Bar Chart with Label Placed Inside Axis](https://canvasjs.com/wp-content/uploads/2021/05/bar-chart-with-label-placed-inside.png)
—
Tony Antony
Team CanvasJS