I just upgraded from version 13.2 to 14.2. Then I discovered that legend item styling had been modified. Both font size and font weight seemed to be different. How can I override default styling for legend items without writing my own template?
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Thank you for your post. I have been looking into it and the XamDataChart’s default styling has been changed to appear as it is in version 14.2. The old default theme is available with installing Infragistics for WPF 14.2. You can find the old default styles for the XamDataChart and its elements in Legacy.xamDataChart.xaml file which should be located in C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\XamDataChart by default. You can include this resource dictionary in your project and use it to get the old styles. I have created a sample application that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter.