When an AngleAxis is created, the associated labels are rotated depending on the axes angles. Is it possible to choose a different angle rotation for those labels, for example, make them horizontal (no rotation)? Thanks.
Asked
Active
Viewed 1,770 times
1 Answers
1
Yes. It's been awhile since I've used OxyPlot, but all the various types of axis have an Angle
property which will do just that. When you create your AngleAxis
set Angle
to 0.

DJH
- 2,191
- 4
- 28
- 45
-
I did that, but it doesn't work. When I set `Angle` to a value different from zero the `MagniteAxes` gets rotated. I thought that I was doing something wrong but I changed the Angle property in the Polar Plot demo in Oxyplot repository, and I got the same result: the `MagniteAxes` got rotated and nothing happens to `AngleAxis`. – juliomrqz Sep 08 '14 at 20:06
-
@juliomrqz Can you post your code and I will see if I can help. – DJH Sep 08 '14 at 20:37
-
Is there any update on this? I'm having the exact same problem... – misanthrop Aug 14 '20 at 14:50