MinYValue & MaxYValue not updated even after recalculate
Posted: Tue Apr 05, 2005 7:45 am
Hi,
I have two series of horizontalLines added HorizLine and HorizLineSmooth.
HorizLineSmooth.Function = DownSampling
HorizLineSmooth.Datasource = HorizLine
After adding points to HorizLine i do a recalculate and i get a nice HorizLineSmooth. I get MinYValue on HorizLineSmooth which returns the minimum Yvalue. Now i do a Clear() on HorizLine. Now when i try MinYValue on HorizLineSmooth i still get the MinYValue. I do a Recalculate, still no use.
What i really wanted to do is to do a clear() on HorizLine and add new set of points. Now i need to get a MinYValue on new datapoints on HorizLineSmooth. Once the MinYValue is set for HorizLineSmooth it never changes that no matter what i do. I even clear() all the points on HorizLine and on HorizLineSmooth, still i get MinYValue and MaxyValue that was already set. Though the count says zero on HorizLineSmooth, MinYValue is still present.
After putting new points and doing a recalculate the HorizLineSmooth is available. But MinYValue and MaxyValue shows whatever that was already set. It never changes
Is there a way around this!!!
I have two series of horizontalLines added HorizLine and HorizLineSmooth.
HorizLineSmooth.Function = DownSampling
HorizLineSmooth.Datasource = HorizLine
After adding points to HorizLine i do a recalculate and i get a nice HorizLineSmooth. I get MinYValue on HorizLineSmooth which returns the minimum Yvalue. Now i do a Clear() on HorizLine. Now when i try MinYValue on HorizLineSmooth i still get the MinYValue. I do a Recalculate, still no use.
What i really wanted to do is to do a clear() on HorizLine and add new set of points. Now i need to get a MinYValue on new datapoints on HorizLineSmooth. Once the MinYValue is set for HorizLineSmooth it never changes that no matter what i do. I even clear() all the points on HorizLine and on HorizLineSmooth, still i get MinYValue and MaxyValue that was already set. Though the count says zero on HorizLineSmooth, MinYValue is still present.
After putting new points and doing a recalculate the HorizLineSmooth is available. But MinYValue and MaxyValue shows whatever that was already set. It never changes
Is there a way around this!!!