WindRoseSeries

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Paul
Newbie
Newbie
Posts: 18
Joined: Fri Jan 09, 2004 5:00 am

WindRoseSeries

Post by Paul » Wed Jun 22, 2005 3:15 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 27, 2005 3:10 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply