After upgrading from 15.1 to to 17.2, the Legend borders disappear. I understand this was a 16.2 breaking change. I added a border by doing:
This does not look the same as 15.1. Is there a quick way to bring back the pre 16.2 styling for Legends? This is 17.2 compared to 15.1
Hello Kobie,
There is no styling available to bring back the "pre-16.2" styles in version 2017.2 of the Infragistics for WPF product. In order to do this, I would recommend that you pull in the default styles for the Legend from a "pre-16.2" version and include them in a ResourceDictionary that you can merge with that Legend.
These default styles can be found in the generic.xaml file commonly found at the following directory: C:\Program Files (x86)\Infragistics\<pre 16.2 version here>\WPF\DefaultStyles\XamDataChart.
I have attached a sample project to demonstrate the above. I hope this helps you.
Please let me know if you have any other questions or concerns on this matter.
DataChartOldLegendStyle.zip