IBezierSeries.BezierStyle
IBezierSeries

property BezierStyle: EBezierStyle;

Type Library
TeeChartx

Description
Select the Bezier style type for the Bezier plot.

bsWindows:

The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.

bsBezier3:

The first curve is drawn from the first point to the third point, using the second point as control point. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.

bsBezier4:

The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly four more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.