Click event and 3D rotation

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
hchiker
Newbie
Newbie
Posts: 5
Joined: Mon Mar 23, 2009 12:00 am

Click event and 3D rotation

Post by hchiker » Wed Jun 17, 2009 12:18 pm

Hi,
with a 3D graphic, I display curves and want to select a serie directly by a click on the graphic. For that I use the click event. It works fine,
( void CurveClick(object o, EventArgs e) the object "o" allow to obtain the "line") but when I change the rotation/elevation of the graphic, the "o" object received is not the good one?? It seems that the object received correspond to the line in the "original" position and not with the rotation/elevation modification...
Any information about this strange behaviour?

thanks

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Click event and 3D rotation

Post by Yeray » Wed Jun 17, 2009 2:26 pm

Hi hchiker,

Yes, it seems that the series' click event only works fine with 2D and 3D orthogonal charts. So I've added it to be enhanced for future releases (TV52014246).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply