Search found 2 matches

by DHodges
Fri Sep 07, 2007 6:56 pm
Forum: C, C++, C#
Topic: Line Chart in c#
Replies: 2
Views: 20413

Thanks for your quick reply. My problem was that i didn't set the max points properly *oops*.
by DHodges
Fri Sep 07, 2007 3:13 pm
Forum: C, C++, C#
Topic: Line Chart in c#
Replies: 2
Views: 20413

Line Chart in c#

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 ...