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 ?
how to make a line series that is movable at run time
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:
If this isn't what are you looking for, could you please give us more information about the problem?
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();