I should draw a circle inside a polar chart with some text on it.
I started to play with PostPaint, got chart graphics, so I am able to draw and write custom things on it.
My main problem is the placement.
E.g. I’d like to draw sg where my x and y axes are crossing, but I did not find any effective way to convert graph coordinates (in my example 0,0) to pixel coordinates.
How can I do this? How can I convert chart coords to pixels?
.net4/winforms/vs2010/c#
So, I solved it.
I handle mschart’s postpaint event: