Forum Discussion
Concaho
Apr 15, 2025Copper Contributor
Y Axis position and data labels
Hi All, I would like to know if it is possible to position a datalabel between the last data point and the Y Axis. Example with datalabels on the left: Same example with datalabels on the ...
ColeJackson
Apr 16, 2025Iron Contributor
Add another column to your data that has your desired label value (e.g., the value you want displayed) for the last data point and a blank cell for all others. Create a new series in your chart using this dummy data. This series will create an additional point you can manipulate.
- ConcahoApr 22, 2025Copper Contributor
Hi Cole,
I am not sure adding a new series with only one point (at the end) solves my problem.
I can create a new datalabel for this new serie and this endpoint but I still have my problem. Too close of the Y axis.
I also tried to select more cells from my vector of date. (emtpy cells) but it didn't change anything.
Thanks,