TBezierSeries

TBezierSeries
Hierarchy     Properties     Methods     Events     

Smoothing series, using Bezier algorithm.




Unit
TeeBezie

Description
This Series type derives from a TPointSeries, adding a "LinePen" TPen property to draw a Bezier line every 3 points.
To see a visual representation of this Series type, go to the TeeChart User Guide.

A bezier line is a curve which passes over every 3 points of a Series.

There are several ways to calculate the bezier curve points.

This Series uses the same method
as Windows (GDI BezierTo function) by default.

See the BezierStyle property for the different calculation styles.