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
WindRoseSeries
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |