The file Input.xlsx has two charts in it. When (re)setting the y-coordinate of the category axis title of the charts using categoryAxisTitle.setY(categoryAxisTitle.getY());
the vertical position of the axis title is changed (see Result.xlsx). We would expect it to stay the same.
What we actually want to do is to move the category axis title downwards by 5 points (see commented code in attachment). However, this did not work as expected: the title was moved downwards too far. With a few experiments we ended finding out, that the title is already being moved, even when (re)setting it to the current y-coordinate (without any offset).
@awepler,
This issue is reproduced here and logged in our database for further investigation. We will notify you here once analysis is done and some feedback is ready to share.
This issue is logged as: CELLSJAVA-43283 - Re-setting the y-coordinate changes position of category axis title