My issues is that I've changed the size of the marker on one of my series to make it much smaller than the default size. However, the legend shows the marker at it's fill size, so the legend doesn't look like the line. The attached image shows the issue the Cost Basis should have a very small marker.
I want to customize the way the badge shows in the xamDataChart legend. According to the following link, it looks like I need to create a LegentItemBadgeTemplate.
https://ko.infragistics.com/help/wpf/designers-guide-styling-points-for-xamdatachart
Where can I get a sample template that I can use to figure out how to do this. If anyone has any better ways of doing it, please let me know.
I've created a small demo that demonstrates the issue. I'm using the latest version.
TestWPFApp.zip
Hello Bob,
Actually i dont need your whole app , i just need a small demo sample reproducing the issue with may be dummy data.
Although i am not sure which version of control you are using ? You created case for Version 19 so LegendItemBadgeMode property was not available with that version but also you said you tried and tested this property so i assume you are using version 23 or so , please confirm.
I can share the code if that helps but not the whole app as it has lots of other pieces and requires my data.
Hello Bob ,
Can you share your sample for me to try and test the issue.
Thanks for your reply. I set that property as you suggested for both series in the graph but it make no difference to the look. I had a modified template for the legend and legend items, so I removed that but it still didn't make any difference.