Provides the chart panel the ability to draw a gradient as the background of the chart panel. If the Gradient is Visible, it completely covers the
Background of the chart panel.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Property Value
Type: TRSChartGradient
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; |