Navigation: Code Documentation > RSCharting > RSChartPanel > Classes > TRSCustomChart > Events
TRSCustomChart.OnDraw Event
Occurs just after the chart is drawn. Write an OnDraw event handler to do an action just after the chart is drawn.
Namespace: RSChartPanel
Delphi
public property OnDraw: TRSChartDrawEvent read FOnDraw write FOnDraw;
Value
Type: TRSChartDrawEvent
•TRSCustomChart
•RSChartPanel