TCustomSeries.Smoothed

TCustomSeries.Smoothed
TCustomSeries

property Smoothed: Boolean;

Unit
Series

Description
Smoothed property in TLineSeries and TAreaSeries produces smoothed lines between the series points.

Example:
Series1.Smoothed:=True;