Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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|improve this question

2 Answers

up vote 1 down vote accepted

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.

share|improve this answer

I don't think it is possible. Reference http://support2.dundas.com/forum/tm.aspx?m=10418

share|improve this answer
that´s from 2008, what happened to the development of this project since then? has it been canceled? – WillKraemer Jun 13 '12 at 18:10
I dont think this feature was added. May be Microsoft should work on this :) – Quantbuff Jun 13 '12 at 21:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.