Page 1 of 1

WindRoseSeries

Posted: Wed Jun 22, 2005 3:15 pm
by 8123414
Hi,

I have created a windrose series and set the series RotationAngle to 90 so that north appears at the top. When I plotted some test data on the chart e.g.

windRoseSeries1.Add(0, 50)
windRoseSeries1.Add(90, 100)
windRoseSeries1.Add(180, 150)
windRoseSeries1.Add(270, 200)

I expected the second point (90, 100) to be east and the last point (270, 200) to be west, however it is the other way around. Is there a way of reversing this so 90 degrees is east and 270 degrees is west.

Thanks,

Paul

Posted: Mon Jun 27, 2005 3:10 pm
by narcis
Hi Paul,

I'm afraid this is not possible. However I've added it to our wish-list to be considered for future releases. In the meantime, the only way to achieve this is adding negative values.