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://es.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.
Hello Bob,
To get the desire behavior ,on the series you can set LegendItemBadgeMode property to LegendItemBadgeMode.MatchSeries enum.
Let me know if this help.
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.