ISmoothingFunction.Interpolate
ISmoothingFunction

property Interpolate: WordBool;

Type Library
TeeChartx

Description
Default : False

When True, resulting smooth curves will pass exactly over source points.

When False, the smooth curves will not necessarily pass over source points.

Example [Visual Basic]:

Private Sub Check3_Click()

TChart1.Series(1).FunctionType.asSmoothing.Interpolate = Check3.Value = 1

End Sub