how to make a line series that is movable at run time

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
samir
Newbie
Newbie
Posts: 12
Joined: Fri Feb 04, 2005 5:00 am

how to make a line series that is movable at run time

Post by samir » Tue Feb 20, 2007 1:16 pm

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 ?

Edu
Advanced
Posts: 206
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Post by Edu » Wed Feb 21, 2007 9:29 am

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?
Best Regards,
Edu

Steema Support Central
http://support.steema.com/

Post Reply