Add Curve Tool to Wish List

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
lilo
Newbie
Newbie
Posts: 18
Joined: Thu Sep 12, 2013 12:00 am

Add Curve Tool to Wish List

Post by lilo » Tue Nov 12, 2013 5:52 am

I find the line tool and shape tools useful; however I would also like to see a curve tool for drawing curves on charts, if possible.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Add Curve Tool to Wish List

Post by Sandra » Thu Nov 14, 2013 12:13 pm

Hello lilo,

If you want to add a Curve in your chart, you can manually add the points to Line or FastLine series using the MouseDown event. You can then improve the resultant Line series aspect with Smoothed property or use Smoothing or Polynomial fitting functions. You can find some examples on how to use those functions in the Demo project: Welcome !\Functions\Extended\Smoothing function or Welcome !\Functions\Extended\Polynomial

I hop will helps.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

lilo
Newbie
Newbie
Posts: 18
Joined: Thu Sep 12, 2013 12:00 am

Re: Add Curve Tool to Wish List

Post by lilo » Fri Nov 15, 2013 5:07 pm

Hi Sandra,

I am using the curves as drawing annotations, not actual charts.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Add Curve Tool to Wish List

Post by Sandra » Mon Nov 18, 2013 10:37 am

Hello lilo,

Thanks for your concretion. In this point, if you want work as an annotation, you can use Line and FastLine Series as I recommend previously, but setting ShowInLenged property to false, if it doesn't like you, Could you please add your request to bugzilla? Doing so you'll be identified as the creator of the issue and therefore notified about its evolution.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply