I'd like to move the origin of my scatter chart to the top right of the chart (instead at the bottom left).
Therefore I already learned the trick from previous posts to alter the data so the origin is on the top left (Multiplying with -1 and changing the number format on the axis so the negative numbers are shown as positive).
Now one issue remains unsolved: The axis are still shown on the left (Y) and the bottom (X). As the origin is on the top right, I'd like to have my X-axis at the top and the Y-axis on the right. Other charts allow selection of the location (e.g. Bar Chart), but this function doens't appear available for scatter chart.
Can someone provide me the solution or workaround ?