Page 1 of 1

Click event and 3D rotation

Posted: Wed Jun 17, 2009 12:18 pm
by 13052852
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

Re: Click event and 3D rotation

Posted: Wed Jun 17, 2009 2:26 pm
by yeray
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).