Hide Comments
Hide Comments

TRSCustomChart.InternalDraw(TCanvas,TCanvasRect) Method

Comments (0)

Paints the chart graphic to the specified canvas at the specified rectangle. The InternalDraw method is called by the    Draw method.

Descendant classes of TRSCustomChart override the InternalDraw method to actually paint themselves.

alert_noteNotes to Inheritors

The default InternalDraw method implementation assigns the    Brush, Pen , and Font to the Canvas.

Namespace: RSChartPanel

expandingSyntax

Delphi

protected 
  procedure InternalDraw( const Canvas: TCanvas; ARect: TCanvasRect ); virtual; 
 

Parameters

Canvas

Type: TCanvas

ARect

Type: TCanvasRect

expandingSee Also

Comments (0)

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