AxisDragNib not working correctly

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
MirroZV
Posts: 45
Joined: Wed May 13, 2020 10:41 am

AxisDragNib not working correctly

Post by MirroZV » Thu Apr 08, 2021 10:04 am

Hello guys.

We have noticed, that you cannot correctly move with AxisDragNib, when you have close or behind a point.
Please check image in bellow. In that image, you are not able to zoom axis, because a point is behind AxisDragNib control.
Capture.PNG
Capture.PNG (1.4 KiB) Viewed 4207 times
Do we have something set wrongly or this is a known/general issue?

Thanks for anwer

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

Re: AxisDragNib not working correctly

Post by ArctionKestutis » Fri Apr 09, 2021 11:25 am

It is probably not Line-point itself, but SeriesEventMarker. Unless you disable Marker.AllowUserInteraction property, the markers handles mouse action in that location.
At least that is behavior I see with latest version (it maybe not absolutely correct). If you see something else, please check version you are using and share your test project.

Hope this helps.

Post Reply