Hi ...
I'm getting this error :
XYSeries.add(...): x-value already exists.
why shouldn't you be allowed to add data which has the same x-value ?
Any way to fix this ?
regards
Bjarni
same x-value
Re: same x-value
You can have duplicate x-values if you use the second constructor. The reason for not allowing duplicates is just a behaviour that transferred across from the BasicTimeSeries class. I think I'll change the default behaviour to allow duplicates, then make it an option to disallow them if necessary (you can be sure that someone will want to).
Regards,
DG
Regards,
DG