Hello,
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 ?
Thank you
hyperbole
Re: hyperbole
Hello,
Yes, this would be the way to go.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 ?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 23
- Joined: Tue Feb 10, 2009 12:00 am
Re: hyperbole
Thanks for the help - here's the result
Re: hyperbole
Hello,
As always, your app looks amazing.
Have you tried to activate GDI+? The lines will look smoother probably loosing some performance. Just a tip you've probably already tried.
As always, your app looks amazing.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |