Home Forums Chart Support How to set labels inside each bar

How to set labels inside each bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • #43262

    How to set labels inside each bar

    #43267

    @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


    Tony Antony
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.