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.
Notes to Inheritors |
---|
The default InternalDraw method implementation assigns the Brush, Pen , and Font to the Canvas. |
Namespace: FMX.RS.ChartPanel
Delphi |
protected |
Parameters
Canvas
Type: TCanvas
ARect
Type: TCanvasRect