We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ScatterLine chart not displaying the TooTips correctly

Hi,

In the attached chart application, I am displaying YValues as the ToolTip for points. But for certain points the toolTip is not showing correct values. For example, the tooltip shows 84 for XValue 101 where as the value is 844. Similarly for XValue 114, YValue is 859 But the tootip shows 85.

My observation is that if the value is a whole number (no decimals), the tooltip is not shown propely. Why is this so?

Kindly Let me know how to fix this.

Regards
Kiran

POC.Chart.zip

3 Replies

KR Kiran Reddy May 16, 2007 05:41 AM UTC

I am using Syncfucion Version: 4.402.0.51.

Thanks
Kiran


RF Rashidha F Syncfusion Team May 16, 2007 07:08 AM UTC

Hi Kiran,

Sorry for the inconvenience caused.

I was able to reproduce the issue in the version 4.4.0.51.

This issue occurs because in the call for Application.SetCompatibleTextRenderingDefault( ) method under Main method a false Boolean value is passed. But for the tooltips to appear completely a true Boolean value is to be passed as a parameter. So kindly change the method as below to pass a true Boolean value,

Application.SetCompatibleTextRenderingDefault(true ) ;

Let me know if this helps.

Thanks & Regards,
Rashidha.


KR Kiran Reddy May 17, 2007 05:19 AM UTC

Hi Rashidha,

The problem got fixed! Thanks.

Regards
Kiran

Loader.
Live Chat Icon For mobile
Up arrow icon