I´ve been attempting to get a polar plotting in a PolarChart using MSchart, and I need it to be shown in a counterclockwise direction, I´ve been looking for any property that would change the direction of the chart angles from clockwise to counterclockwise, but haven´t found anything. Is it possible to do so? If it is, how I do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Apparently there´s no such feature in polar mscharts.I only found a workaround for this question. The way to do counterclockwise plotting is by reversing yourself all the labels(ex. 30 -> 330; 60->300; 90->270..etc)and your data also. |
|||
|
|
|
I don't think it is possible. Reference http://support2.dundas.com/forum/tm.aspx?m=10418 |
|||||
|