Specifies the color of this individual value, e.g., the color of the bar or the point or the shape. When coColorEachPoint is in the FMX.RS.ChartPanel.TRSCustomChart.Options property, this color is drawn by the chart. When coColorEachPoint is not in the the Options property, the Color of the chart is used.
Namespace: FMX.RS.ChartPanel
Delphi |
published |
Property Value
Type: TCanvasColor
The following code changes all of the Bar's for a TRSBarChart to clRed and creates a stairstep effect with the bars' values.
|