Page 1 of 1

How to draw 2D curves with thickness using Tchart?

Posted: Tue Feb 21, 2006 12:22 pm
by 9788742
We have a requirement to draw 2D curves (with X/Y) with certain thickness.
How do we do this using TChart?

Posted: Tue Feb 21, 2006 12:31 pm
by narcis
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.