PointLineSeries mouse

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
paultobey
Posts: 21
Joined: Mon Dec 09, 2013 7:27 pm

PointLineSeries mouse

Post by paultobey » Thu Jan 23, 2014 10:19 pm

Hi,

In the latest version of LightningChartUltimate my PointLineSeries.MouseDown event handler no longer seems to get called. I've also tried MouseClick with no calls. I've tried setting MouseInteraction = true (previously not changed from default), but this does not affect behavior. It's as though the line no longer can check itself for mouse hit. Note that enabling MouseHighlight does not highlight the line, either. Please advise.

Paul T.

paultobey
Posts: 21
Joined: Mon Dec 09, 2013 7:27 pm

Re: PointLineSeries mouse

Post by paultobey » Fri Jan 24, 2014 1:00 am

So the problem seems to be calling or not calling InvalidateVisual() after changing chart Margins in the RenderComplete handler. Apparently some of the elements on screen did not adjust so mouse tracking was messed up. My fault for trying to reduce code in RenderComplete handler!

Paul T.

Post Reply