Drag Point tool with Polar

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
SurveyBob
Newbie
Newbie
Posts: 22
Joined: Mon Dec 14, 2009 12:00 am

Drag Point tool with Polar

Post by SurveyBob » Thu Aug 05, 2010 2:52 pm

Hi,

I'm using TeeChart for .NET 2009 (version 4.0.2009.42283) and try to use the Drag Point tool in a Polar chart. However, it doesn't seem to work properly. When I drag the point horizontally, it actually rotates around the polar circle. Dragging it vertically affects the elevation.
Is this a known bug?
If yes, is it fixed in a later version?

Or is there a workaround? Can I implement the dragging by myself instead of using the Drag Point tool?

Thanks,
SurveyBob

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Drag Point tool with Polar

Post by Sandra » Mon Aug 09, 2010 9:43 am

Hello SurveyBob,

Sorry for delay. I tested your project and I have added your request in bug list with number [TF02015078]. We will try to fix it in next maintenances releases of TeeChart .Net.

Thanks,
Best Regards,
Sandra Pazos / 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

SurveyBob
Newbie
Newbie
Posts: 22
Joined: Mon Dec 14, 2009 12:00 am

Re: Drag Point tool with Polar

Post by SurveyBob » Tue Aug 10, 2010 9:55 am

I implemented it on my own now by using the TChart.MouseDown, MouseMove and MouseUp events and the Polar.PointToAngle() and PointToRadius() methods to convert the X/Y coordinate of the mouse cursor.

SurveyBob

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Drag Point tool with Polar

Post by Sandra » Wed Aug 11, 2010 8:53 am

Hello SurveyBob,

Thanks for your information so we will consider :).
Best Regards,
Sandra Pazos / 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