Page 1 of 1

View3D single point click

Posted: Tue May 23, 2023 9:34 am
by grey
I can add PointLineSeries3D with A large number of points in view3D,the whole PointLineSeries3D body has click event,I want add A large number of points in view3D directly,and every point i want get click event,what should I do?

Re: View3D single point click

Posted: Tue May 23, 2023 2:31 pm
by ArctionKestutis
You can implement point-tracking functionality like in ExamplePointTracking3D from our Demo (Interactive Examples App). See screenshot below.
However, in the next release it will be even more easy as View3D will have DataCursor feature (similar to current ViewXY DataCursor), which will make point-tracking implementation very easy.
ExamplePointTracking3D
ExamplePointTracking3D
ExamplePointTracking3D.png (563.87 KiB) Viewed 7026 times