Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
Add CrosshairLayer when creating series dynamically
posted

Hi,

I have a XamDataChart with ScatterSplineSeries that I create dynamically as described here: https://www.infragistics.com/community/forums/f/ultimate-ui-for-wpf/105114/create-series-dynamically-via-mvvm-binding.

Now I need to add a crosshair layer to this, but I don't know how since the ScatterSplineSeries are created in the SeriesTemplate and I only need one crosshair layer for all the series.

Is there a solution to this? My application is strict MVVM.

BR,

Hilma Maria