ITChart.OnAfterDraw
ITChart

property OnAfterDraw: TNotifyEvent;

Type Library
TeeChartx

Description
This event gets called just after TChart has drawn all series.

Warning:

Do not modify any property in this event that would force a TChart repaint. Doing this will cause a recursive loop.