11-28-2007 03:52 AM
11-29-2007 12:01 PM
Hi rajaryan,
1) There are different ways you can go about removing the unwanted part from a graph depending on "when" you want to do it. If you want to do during run time, you can write a small condition checker which eliminates points below a certain value. If you want to replot the chart after it's been acquired, you can use the Chart History Property to obtain all the chart values. You can then remove the points you are not interested in.
2) Does the error -23033 give any more information/details? Was it Initial Guess Coefficient 1 or 2? This error usually comes up when unsupported math functions like pow(), x! etc. are used in the formula or if there are Vectors that have different sizes (or empty).
Hope this helps. Thank you.
12-03-2007 07:32 AM
HI nitin,
Thank you very much for your information,
I got solution for the cutting graph in runtime from your previous post..thanx once again..and there was 23033 Error is slove now..that was because of diffrent sizes of vectors,
Thanx alot,
dipen