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
590
ScatterSeries marker template issue
posted

Hello,


We have an issue with the marker templates for XamDataChart ScatterSeries. Possible steps to reproduce the problem is:

1. Create some specific data template.
2. Create chart and at run-time assign template for the series.
3. So now on the screen we can see series with our template.

And a question is how to drop this template to null? If we set it null then nothing happens and series is still shown with data template. To hide series is possible to set just empty DataTemplate, but it give us another posibble problem. We have a high populated data so for all points which was existed before assigning still will be exist elements in visual tree.

Have you any suggest how we can proper achieve clearing of the MarkerTemplate property. Or maybe in latest release it works in some different manner (we use 11.1)


Thanks for attention

 

 

 

Parents
No Data
Reply
  • 138253
    Verified Answer
    Offline posted

    Hello Andrey,

     

    Thank you for your post. I have been looking into and I tested your scenario with both the RTM and latest service release of 11.1 and the result was as you describe it. I also tested this with the latest service release of our 12.2 version and there when you set the MarkerTemplate to null it reverts back as you want. Since version 11.1 is retired we no longer provide fixes or implement features for it, so my suggestion is either use the workaround you have mentioned or download our latest version (12.2).

     

    Please let me know if you need further assistance on this matter.

     

    Looking forward for your reply.

Children