Position of axis values in Polar Plot.

Oystein Bjorke hace 10 años 0
This discussion was imported from CodePlex

ralphbernardes wrote at 2014-06-12 01:53:

Hello,

I have a polar plot with two angle axis and two magnitudes which I change dinamically so the data is better seen no matter the value plotted.

The problem is that both values for both axis are overlaping each other. I think this image explains better:
Image

Is there a way for me to place the labels in the red rectangle on the right in the rectangle on the left?

Thanks a lot!

ralphbernardes wrote at 2014-06-17 01:57:

Anyone? Any idea? Is this even possible?

I'm out of ideas, any help is much appreciated!

Thanks!

ralphbernardes wrote at 2014-06-17 15:18:

I´m sorry, was the image available? Could any of you see the image in the post?
Thanks.

objo wrote at 2014-06-17 15:53:

I had a look at MagnitudeAxisRenderer.RenderTickText and I think it is possible to set the Angle property of the angle axis to 180 degrees to achieve what you want.
But I think this should be improved, so I have added https://oxyplot.codeplex.com/workitem/10223

ralphbernardes wrote at 2014-06-17 19:51:

Hi Oystein!

I did change the angle of the AngleAxis it does not change the position of the label.

The only time it changed was when I put 180 degrees to all axis (two angleaxis and two magnitudeaxis).

Does the startAngle and / or endAngle properties influence on this in anyway?

Thanks!

Ralph