The Brush property, along with the Pen property, controls how the chart draws to the canvas. By changing the Brush's or Pen's values, you can change the appearance of the chart.
For example, by changing the Pen.Width property, you can change the line sizes for drawing the lines in a RSCharts|TRSAreaChart or between pie slices in the RSCharts|TRSPieChart . Depending on the type of chart, the Pen property also controls the Color of the chart.
Note |
---|
Some chart types use Brush and Pen values from the TRSChartValue descendant class itself. In which case, these properties are ignored. |
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Property Value
Type: TRSPen
The following example modifies the appearance of an area chart.
|