Hi,
I've set crosshairs on a data chart with scatter line series and I'd like to enable the crosshairsSnapToData feature, but it looks like it's only available for category charts. Is there any way to accomplish this on a data chart?
Kind regards
Your welcome, glad I could help.
Thanks Michael for your quick answer. It works like a charm.
Hello and thank you for contacting Infragistics. UseInterpolation will affect the seamless or snap from point to point. You can turn this off to achieve the behavior you see in the category domain chart.
<ig:CrosshairLayer x:Name="Crosshairs" UseInterpolation="False" />