Hide Comments
Hide Comments

TRSCandleStickChart.GetColor(TRSChartValue) Method

Comments (0)

Returns the color of the chart value. The color of the TRSChartValue can change depending on the  Options property as well as any other chart states (e.g., the TRSCandleStickChart class overrides this method to turn the color red or green depending on if the Open value is greater than the Closing Value)

Namespace: FMX.RS.BarCharts

expandingSyntax

Delphi

public
  function GetColor( const Value: TRSChartValue ): TCanvasColor; override;
 

Parameters

Value

Type: TRSChartValue

Return Value

Type: TCanvasColor

Overrides

TRSCustomChart.GetColor(TRSChartValue)
 

expandingSee Also

Reference

Opttions

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb