Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Problem migrating from 2010.3 to 2011.2
posted

Hello,

I tried to use the WPF DV 2011.2 instead of 2010.3. Now my charts won't show any curves.

The only things I changed were the referenced assemblies and the xaml from

xmlns:Charts="clr-namespace:Infragistics.Controls.Charts;assembly=InfragisticsWPF4.Controls.Charts.XamDataChart.v10.3" 

to 

xmlns:Charts="clr-namespace:Infragistics.Controls.Charts;assembly=InfragisticsWPF4.Controls.Charts.XamDataChart.v11.2" 

Before my charts looked like that:

 Now my charts look like that:

 

Parents
  • 34510
    Offline posted

    Hi Mathias,

    Can you provide the XAML you are using to create the XamDataChart?  I tried to reproduce this in a sample that was created using 10.3 assemblies then upgraded to 11.2 but did not see the issue.  Maybe looking at your XAML code will shine some light on this.

Reply Children
No Data