08-14-2005 05:44 PM
I am using Graph to plot a history curve. i have data in array the siz eof the array is about 11000 data points . i connected this data array to graph control but iam finding some thing that i cannot stand and it is the graph misses some last data point more than 500 points. is there any way to defne number of data points in graph. iam in fact not sure about the cause of the problem any suggesstion. |
08-14-2005 07:09 PM
08-14-2005 11:18 PM
Can you post code that demonstrates the problem?
Mike...
08-15-2005 02:23 AM
i am using xy graph i checked the length property of the array it gives me 11000. how can i make sure that all of data points has entered in to graph.i am using x and y with out auto scale. |
08-15-2005 07:33 AM
If you're not using autoscaling, you'll need to be sure to use property nodes to set the two axes properly. But I would recommend autoscaling.
Mike...
08-15-2005 10:55 AM