Hide Comments
Hide Comments

TRSCustomPointChart.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: FMX.RS.Charts

expandingSyntax

Delphi

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

Parameters

Canvas

Type: TCanvas

ARect

Type: TCanvasRect

Overrides

TRSCustomLineChart.InternalDraw(TCanvas,TCanvasRect)
 

expandingSee Also

Comments (0)

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