Page 1 of 1

hyperbole

Posted: Fri May 16, 2014 5:30 am
by 10051902
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 5702 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

Re: hyperbole

Posted: Fri May 16, 2014 7:34 am
by yeray
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.

Re: hyperbole

Posted: Sat May 17, 2014 10:28 am
by 10051902
Thanks for the help - here's the result
iqo2_cp_time.gif
iqo2_cp_time.gif (64.78 KiB) Viewed 5645 times

Re: hyperbole

Posted: Mon May 19, 2014 9:00 am
by yeray
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.