Line Chart in c#
Posted: Fri Sep 07, 2007 3:13 pm
I am trying to create a graph with several curves using c# and I seem to have troubles when going over a certain number of points in the curve.
e.g. The call to DPlot_Plot8 returns successfully when I have 237 points in a curve but fails (returns 0) when that number goes up to 1729.
Is there a limit to the number of points you can have in a curve?
Thanks
e.g. The call to DPlot_Plot8 returns successfully when I have 237 points in a curve but fails (returns 0) when that number goes up to 1729.
Is there a limit to the number of points you can have in a curve?
Thanks