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
15
XamDataChart Lineseries tooltip is showing "Infragistics.Controls.Charts.DataContext"
posted

Hi Team,

Recently we observed one issue in tooltip for XamDataChart Lineseries.

We are getting  "Infragistics.Controls.Charts.DataContext" as a prefix to the actual text.

If the tooltip value is "Sales" in Xaml, Then Control is showing tooltip  as "Infragistics.Controls.Charts.DataContext Sales".

 

<ig:XamDataChart.Series>
<ig:LineSeries Tooltip="Sales" />

</ig:XamDataChart.Series>