Polar Plot sector

Oystein Bjorke 10 years ago 0
This discussion was imported from CodePlex

mhedqvist1 wrote at 2014-06-13 13:19:

Hello,

I'm trying to create a polar plot in WPF from 270 degrees to 90, passing through 0.

However, I just can't get it right.
Using StartAngle=180 and EndAngle=0 combined with Minumum=-90 or 270 and Maximum=90 or 450 is as close as I can get. But then the Major/MinorSteps are offset to start at 270 and ends at 90.

Anyone that got a solution to this?

Thank you!