Because we have limited vertical space, I would like to change the position of the x-axis title.
Ideally, to the right of the x-axis values.
Using code behind, this was sort of possible, but we would like to do it using xaml.
Also, the code behind solution had problems when resizing the chart.
Is this possible?
- Stefan Linssen asked 8 years ago
- You must login to post comments
Hi Stefan,
Unfortunately, it isn’t possible to achieve this out of the box. The AxisTitle is located in a custom panel which cannot place it differently. So I think code-behind solutions are the only way to do this.
Best regards,
Yuriy
- Yuriy Zadereckiy answered 8 years ago
- You must login to post comments
Please login first to submit.