Hide Comments
Hide Comments

Comments (0)

Defines the method signature for a chart draw event handler. The Canvas parameter contains the canvas that has just been painted on, and the ARect parameter specifies where on the canvas the chart was drawn. Use a draw event handler to paint to the canvas after the chart has been painted.

Namespace: RSChartPanel

expandingSyntax

Delphi

type 
  TRSChartDrawEvent = procedure (Sender: TObject; const Canvas: TCanvas; ARect: TCanvasRect) of object; 
 

Parameters

Sender

Type: TObject

Canvas

Type: TCanvas

ARect

Type: TCanvasRect

expandingSee Also

Reference

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb