hyperbole

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
strobbekoen
Newbie
Newbie
Posts: 23
Joined: Tue Feb 10, 2009 12:00 am

hyperbole

Post by strobbekoen » Fri May 16, 2014 5:30 am

Hello,

I want to draw a hyperbole with the equation y = a + b/x
iqo2_cp_hyperbole.gif
iqo2_cp_hyperbole.gif (6.96 KiB) Viewed 5597 times
What would be the best way to achieve this ?
I thought of a TFastLineSeries with a TeeFunction y = f(x)
Then set the bottom axis min/max to the required range
Or is there a better way ?

Thank you

Yeray
Site Admin
Site Admin
Posts: 9541
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: hyperbole

Post by Yeray » Fri May 16, 2014 7:34 am

Hello,
strobbekoen wrote:I want to draw a hyperbole with the equation y = a + b/x

What would be the best way to achieve this ?
I thought of a TFastLineSeries with a TeeFunction y = f(x)
Then set the bottom axis min/max to the required range
Or is there a better way ?
Yes, this would be the way to go.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

strobbekoen
Newbie
Newbie
Posts: 23
Joined: Tue Feb 10, 2009 12:00 am

Re: hyperbole

Post by strobbekoen » Sat May 17, 2014 10:28 am

Thanks for the help - here's the result
iqo2_cp_time.gif
iqo2_cp_time.gif (64.78 KiB) Viewed 5540 times

Yeray
Site Admin
Site Admin
Posts: 9541
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: hyperbole

Post by Yeray » Mon May 19, 2014 9:00 am

Hello,

As always, your app looks amazing. 8)

Have you tried to activate GDI+? The lines will look smoother probably loosing some performance. Just a tip you've probably already tried.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply