IBezierSeries
Hierarchy Properties

Type Library
TeeChartx

Description
Follow this link for a visual representation of this Series type.

This new Series type derives from a Point Series, adding a "LinePen" Pen property to draw a Bezier line every 3 points.

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).