Search found 3 matches

by gurubikes
Fri May 24, 2019 1:58 pm
Forum: LightningChart Ultimate WPF
Topic: How to detect the collision between annotation and axis ?
Replies: 4
Views: 6059

Re: How to detect the collision between annotation and axis

Hi serhatc, I use "Multi-channel tracking induvidually" demo with following modification : void pls_MouseClick(object sender, MouseEventArgs e) { MyChart.BeginUpdate(); // Change previous series highlighting if (seriesBeingTracked != null) seriesBeingTracked.MouseHighlight = MouseOverHighl...
by gurubikes
Wed May 15, 2019 5:44 pm
Forum: LightningChart Ultimate WPF
Topic: How to detect the collision between annotation and axis ?
Replies: 4
Views: 6059

Re: How to detect the collision between annotation and axis

Hi,

Thank you for your support. This solution is not worked if I use dynamic annotation with tracking cursor. I now found the solution.

Gregory
by gurubikes
Tue May 14, 2019 7:12 pm
Forum: LightningChart Ultimate WPF
Topic: How to detect the collision between annotation and axis ?
Replies: 4
Views: 6059

How to detect the collision between annotation and axis ?

Hi,
I used the AnnotationXY function to show the annotation on selected series but I have an issue with it if the annotation is out of graphical area. See the picture. I must flip it vertically if hit on limit axis.
Annotation.png
Annotation.png (13.68 KiB) Viewed 6059 times
Thank you for helping

Gregory