I upgraded our solution's dlls from v11.1 to v11.2 but now, the y-axis labels do not show what they are supposed to. I looked at this link (http://help.infragistics.com/.../xamWebChart_Binding_xamChart_to_a_Collection_in_XAML.html. but our control's DataMapping looks exactly like it.
Did something change in these two versions as to how they bind labels?
Before 11.2 upgrade:
After 11.2 upgrade:
Here is the xaml for our data mapping.
m_chart.DataMapping = "Label=TruncatedEntityName;Value=ConvertedTotalDistanceTravelled;ToolTip=Tooltip"
We upgraded to the latest Service Release of 2011.1 and have the same issue.
This worked in the original 2011-2 release, we have been using that one for a while. However the latest service release of 2011-2 in December '11 introduced this bug.
Will this be fixed quickly, or do we have to downgrade to the original 2011-2 release (and hence loose the other things that was actually fixed in the service release)?