Hello,
We are trying to upgrade from XamChart 9.1 to XamDataChart 12.1.
So far everything seems to work, but the warnings have appeared in the project telling that XamDataChart class and a couple of other classes are not CLS-compliant. With the old version of the chart, no such warnings appeared.
For now we are using trial libraries, maybe this causes the issue. We are uncertain though if we will upgrade to a CLS noncompliant control at all.
Please tell if there is a way to use XamDataChart 12.1 without CLS-compliance warnings.
Could you send one of these warnings? I'm not aware of any CLS warnings triggered by the chart. Is there a line of code that it is warning you about in your project where you are using a certain feature?
Here it is. My project is referenced to InfragisticsWPF4.Controls.Charts.XamDataChart.v12.1.dll library.
[assembly: System.CLSCompliant(true)]public class ChartWrapper{ // warning CS3001: Argument type 'Infragistics.Controls.Charts.XamDataChart' is not CLS-compliant public ChartWrapper(Infragistics.Controls.Charts.XamDataChart chart) { }}