View3D single point click

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
grey
Posts: 6
Joined: Mon May 22, 2023 9:03 am

View3D single point click

Post by grey » Tue May 23, 2023 9:34 am

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?

ArctionKestutis
Posts: 555
Joined: Mon Mar 14, 2016 9:22 am

Re: View3D single point click

Post by ArctionKestutis » Tue May 23, 2023 2:31 pm

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 6830 times

Post Reply