WindRoseSeries
Posted: 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
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