Search code examples
c++c++builderteechart

Easiest and fastest draw a sigmoid curve with Teechart


i'm looking for a fast way to draw a sigmoid curve in Tchart. I really have difficulties to make it work. I tried to do it with Line Series and Fast Line Series but instead of a smoothed curve i obtain a straight one and i don't see an option to smoothen the curve. Is there an option that i can use to smoothen the curve or is there another C/C++ library which allows me to create bar charts and also sigmoid curves very easily and fast?


Solution

  • You can set the TLineSeries Smoothed property to true.
    You can find an example in the "Features Demo", sources here:

    Smoothed property