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?
Share
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.