Specifies the size (in pixels) of the area of the panel that contains the actual charts, e.g., where the charts are drawn. This is the area of the panel that does not include the
Header,
Footer, axes, etc. Read ChartRect to find the size of the chart area of the chart panel. The ChartRect will change in response to what elements of the chart panel are visible and their size.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Property Value
Type: TCanvasRect
The following example uses the OnDrawingCharts event, the ChartRect (which is equivalent to ARect in this case), and the Gradient property of the chart panel to draw the gradient only in the chart rectangle area: Delphi |
procedure TForm1.RSChartPanel1DrawingCharts(Sender: TObject; |
Reference |