Page 1 of 1

Major issue with PointSeries

Posted: Tue Apr 02, 2019 8:16 am
by 16584466
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');

Re: Major issue with PointSeries

Posted: Thu Apr 04, 2019 7:54 am
by yeray
Hello,

Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.

Re: Major issue with PointSeries

Posted: Mon Apr 08, 2019 8:32 am
by 16584466
Problem solved after deleting the original point series and creating a new one :(

Re: Major issue with PointSeries

Posted: Mon Apr 08, 2019 11:21 am
by yeray
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! :D