After upgrading to Rio I found myself struggling with various issues with the latest TChart version. For the past couple of days I am trying to figure out why the labels of point series do not display correctly, it appears that some random numbers are added (see attached image). The line of code I use to add the points is:
chart.Series[x].AddXY(d^.value,d^.depth, 'ff');
Major issue with PointSeries
Major issue with PointSeries
- Attachments
-
- Annotation 2019-04-02 111141.png (4.86 KiB) Viewed 12244 times
Re: Major issue with PointSeries
Hello,
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Major issue with PointSeries
Problem solved after deleting the original point series and creating a new one
Re: Major issue with PointSeries
Agh, shame we can't know what setting in the PointSeries was causing it, but I'm glad to hear it's working fine now!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |