Page 1 of 1
how to make a line series that is movable at run time
Posted: Tue Feb 20, 2007 1:16 pm
by 9525868
i have a series and i want to find the tangent value(at the bottom side) against that series
for that what can be done please find some solution ?
Posted: Wed Feb 21, 2007 9:29 am
by 9348258
Hi Samir
We are not sure if we understand you correctly, if you want a horizontal tangent at the bottom side you can use a "Color Line Tool" and initialize it to Minimum of the line, for example:
Code: Select all
colorLine1.Value = line1.MinYValue();
If this isn't what are you looking for, could you please give us more information about the problem?