Hello all!
I would like to know if it´s possible to configure XY charts to have text within the bars as shown in the following example:
I have try different configurations and some posts on the forum and havent find the way.
Cheers!
Hello all!
I would like to know if it´s possible to configure XY charts to have text within the bars as shown in the following example:
I have try different configurations and some posts on the forum and havent find the way.
Cheers!
Create another dataset driven off the first where the value for each point is divided by 2, or add a new column to the existing dataset that holds the half value. From there, use that new dataset/column to drive a line type series with an invisible line and bullets with labels enabled. Configure the labels to show the original value.