Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > 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: FMX.RS.ChartPanel
Delphi
public property OnDraw: TRSChartDrawEvent read FOnDraw write FOnDraw;
Value
Type: TRSChartDrawEvent
•TRSCustomChart
•FMX.RS.ChartPanel