ITChart.OnBeforeDrawSeries
ITChart

property OnBeforeDrawSeries: TNotifyEvent;

Type Library
TeeChartx

Description
BeforeDrawSeries event is called just before the Series points are painted.

WARNING:

Do not change Series properties that would force the Series to be repainted.

This may cause recursion and endless repainting !