Convert Screen Coordinates to Axis Values: View3D

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
pisecu
Posts: 1
Joined: Sat Aug 23, 2014 4:03 pm

Convert Screen Coordinates to Axis Values: View3D

Post by pisecu » Wed Aug 27, 2014 5:38 am

Hi,
i need to capture the coordinate of point in View3D world, but i'm using visualization of scatter point (PointsOptimization = Pixels), i have viewed the link http://forum.arction.com/viewtopic.php? ... lit=View3D
but when activate MouseOverOn/MouseClick event handler for every series, is not working in any case.
you have example of code to test in this condition ?

Thanks
Pietro

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Convert Screen Coordinates to Axis Values: View3D

Post by ArctionPasi » Thu Aug 28, 2014 11:04 pm

Hi Pietro,

unfortunately the mouse hit test is not currently supported when using PointsOptimization = Pixels, and therefore the mouse events don't fire for this series.

Can you use chart.MouseDown/chart.MouseMove events, and find the nearest point to the mouse by using the link you already found (http://forum.arction.com/viewtopic.php? ... lit=View3D)? When nearest point is found, you can bring a new PointLineSeries3D with one point to highlight that position.
LightningChart Support Team, PT

Post Reply