Occurs after the Foreground has finished drawing. Write an OnDrawForeground event handler to take specific action after the Foreground has finished drawing. The Canvas parameter points to the canvas where the Foreground was drawn. The ARect rectangle contains the rectangle coordinates where the Foreground was drawn.
Namespace: RSChartPanel
Delphi |
public |
Value
Type: TRSChartDrawEvent
The following example displays a copyright notice in the lower right area of the foreground: Delphi |
procedure TForm1.RSChartPanel1DrawForeground(Sender: TObject; |