Move Points
Posted: Thu Mar 18, 2010 3:17 am
Hello,
I have Series1(TLineSeries) on a graph.
After I draw the line on a graph I need all the points of Series1 that have the X values between begin and end of the line moved to the line.
I can replace line with another series (Series2 that will have 2 points 1 - the begining of the line, another - end of the line), but do not know how to find Y value on the line or Series2 if I know the X value (from Series1, that will be the same on the line or Series2). Please help
I have Series1(TLineSeries) on a graph.
After I draw the line on a graph I need all the points of Series1 that have the X values between begin and end of the line moved to the line.
I can replace line with another series (Series2 that will have 2 points 1 - the begining of the line, another - end of the line), but do not know how to find Y value on the line or Series2 if I know the X value (from Series1, that will be the same on the line or Series2). Please help