Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2275
Scale y axis independently from rest of chart
posted

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?