Dear,
Is there any reason why the default color scheme has changed in Infragistics 15.1?
With Infragistics 2013.1 our chart had the folowing colors as shown in the sample below.
After migrating towards Infragistics 2015 volume 1 our chart had different colors as shown in the picture below:
This is very confusing for our users as colors are often interpreted.
Kind regards,
Erik
Hello Erik,
The default style was changed for the xamDataChart in 14.1. For instructions on how to revert back to the legacy style please refer to the following help article:
http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=DataChart_New_Default_Style.html
It will guide you on adding the resource file to your application where it resides here:C:\Program Files (x86)\Infragistics\2015.2\WPF\DefaultStyles\XamDataChart\legacy.XamDataChart.xaml
Let me know if you have any questions regarding this matter.
Hi,
I have already found this solution.
But as there was already stuff described in the app.xaml (so a default unnamed ResourceDictionary is created).
Thus you need a named resource dictionary for infragistics at the end of the xaml. And you have to define the static resource on the page itself.
<charts:XamDataChart Resources="{StaticResource Infragistics}"
… />
But this isn’t a smooth upgrade, it implies extra work which is a pitty.
Hello,
If you have any recommendations on improving this process please submit them on our ideas page, <ideas.infragistics.com>
Let me know if you have any additional questions.