Hello,
I had a scatterchart graph that worked perfectly well, including the line that connects the points, when the datatable had 2 columns (x and y). I had to add a new series to the datatable so it now has 3 columns (x, y1 and y2). The line connecting the data points has disappeared and I can't seem to get it back. I tried specifying lineWidth for the entire graph, I tried lineWidth for each series but to no avail...
Would anybody know what's happening?
Thanks.