Forum Discussion
K47qqq
Jun 10, 2019Copper Contributor
To rotate the X axis values in a histogram
Hi everyone, I have a histogram and all I'm trying to do is to rotate its horizontal axis values so that they can either show vertically or "slanted", I understand this would normally be done via ...
PeterBartholomew1
Jun 10, 2019Silver Contributor
Not very helpful but I agree with your conclusions. I could produce a better histogram using the FREQUENCY function and a column chart!
One thing that might help though, is to further modify your number format.
I found that
"$B"#,##0.0,,,
at least produced something viewable, e.g. [$B1.1, $B3.1]
- K47qqqJun 10, 2019Copper Contributor
Thank you Peter