|
Draw(TCanvas,TCanvasRect,TRSChartAxis,TRSChartAxis)
|
Paints the chart graphic to the specified Canvas in the specified location. It uses the current canvas' brush and pen. Use the Draw method to paint the chart graphic to any canvas and anywhere and with any size on the canvas.
The VertAxis and HorizAxis parameters can be used to provide point to pixel conversions (see FMX.RS.ChartPanel.TRSChartAxis ).
Notes to Inheritors
|
Descendant classes of TRSChartGraphic override the InternalDraw method to actually paint themselves.
|
|