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
245
XamWebChart Y-Axis labels not showing up after v11.2 upgrade.
posted

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"