How can I move the Y-Axis labels from the bottom to the top of my horizontal bar rad chart?

StackOverflow https://stackoverflow.com/questions/16486454

  •  21-04-2022
  •  | 
  •  

Вопрос

By default, the Y-Axis labels appear on the bottom of a horizontal bar chart. How can I display them on the top instead?

Это было полезно?

Решение

Since you have only one Y-Axis, it will be placed under the "YAxis" placeholder, which is the bottom. You need to create an empty Y-Axis beforehand. This way, the "good" Y-Axis will be placed under the "YAxis2" placeholder, which is the top.

Note that those locations are specific for the horizontal bar chart. You can check this example for column chart.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top