Page 1 of 1

Cursor SnapToPoints by different sampled series

Posted: Mon Feb 29, 2016 11:16 am
by Igor
Hi there,

in my example I have two PointLineSeries. The green series is sampled with 100Hz and the red series with 10Hz.
The added cursor can now only snap into the red series with lower sampling frequency.

Is it possible to change this behaviour so that the cursor can snap into the points of both series?
The cursor property "SnapToPoints" is set to "true".

thank you very much
Igor
Cursor_Snap_1.png
Cursor_Snap_1.png (16.06 KiB) Viewed 4663 times
=> Move cursor => Snap into next datapoint on red lineSeries
Cursor_Snap_2.png
Cursor_Snap_2.png (16.14 KiB) Viewed 4663 times

Re: Cursor SnapToPoints by different sampled series

Posted: Mon Feb 29, 2016 4:07 pm
by ArctionPasi
The snapping feature is intended to be used with one series only, or series with similar X values. There was some changes though in the latest assembly packs. By quickly experimenting with it 6.5.7, it snaps to several series too. LineSeriesCursor Style should be set to VerticalNoTracking, otherwise the nearest data point tracking behavior is not very nice. (Please don't ask us to change that :roll: because it's been under rework so many times already and every different approach has its side effects).