Chart array size limitation?

Hi team, I’m working with Charts on Windows Desktop for the first time (although the platform may be irrelevant).

I’m hitting an issue where if I have an array of 1000 doubles, the axis values show the range, but no data is shown on the plot. if I limit my array size to 999 then all is well.

Is this a known issue/limitation?

Maybe it is the Chart control size itself? If it has no enough room to display the data… that may happen.

and maybe you can reduce the columns by using average value as group.

It certainly is size related. Has anyone come up with a great scroll UX for visualizing big datasets?

How does the WebChart react? I suspect it might scale to fit the view, in which case the Xojo one should do so as well.

I believe so. I’ll try to spin up a project and check over the weekend.