We have a requirement to draw 2D curves (with X/Y) with certain thickness.
How do we do this using TChart?
How to draw 2D curves with thickness using Tchart?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Lakshmi,
You can use a line series or a smoothing function and hidding the source series as shown in the All Features\Welcome !\Functions\Extended\Smoothing function example at the TeeChart features demo. The features demo can be found at TeeChart's program group.
To have some line thickness you just need to set Series.LinePen.Width property.
You can use a line series or a smoothing function and hidding the source series as shown in the All Features\Welcome !\Functions\Extended\Smoothing function example at the TeeChart features demo. The features demo can be found at TeeChart's program group.
To have some line thickness you just need to set Series.LinePen.Width property.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |