I have a 3D xamchart column chart -- nothing special. I want to scale the Y axis only. In other words, I want the chart to be twice as tall as it is wide. I have tried this code:
<ScaleTransform3D ScaleX="1.1" ScaleY="1.5" ScaleZ="11" />
It scales the entire chart. The end result is that the labels on the Y axis are scaled too. They are stretched and don't look right.
Is there a way to scale the Y axis without scaling the labels?
Or, is there a way to just increase the spacing between the gridlines in order to make the chart taller?
I have the same problem too. Below is an example of what happens when I scale the Y axis (Example 1) and what I want the chart labels to look like (Example 2)
Hello,
I have been looking through your post still we don’t support such built-in functionality or property which can help you achieve this functionality since the scale transform resize the whole XamChart’s Scene not only the ploting area. Based on this I believe that your best option is to adjust the Label’s FontSize and FontFamily in order to visually change the font appearance.
Please let me know if you have any further questions on this matter.