<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Classes > TRSCustomChart > Events:
Comments (0)
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