Creates a new FMX.RS.BarCharts.TRSCandleStickChartValue instance and adds it to the Items array. Call Add to create a candlestickr value in the collection. The new value is placed at the end of the Items array, or, if the collection is Sorted, placed at the sorted point in the collection (based on a default value (0)).
Add returns the new candlestick value.
Note that because every time you change a value an event is called, it is faster to add and initialize a value using the overloaded Add method.
Namespace: FMX.RS.BarCharts
Delphi |
public |
Return Value
Type: TRSCandleStickChartValue
The following example creates values in the collection:
|
Reference•TRSCandleStickChartValues.Add(TRSChartValueType,string,TCanvasColor) •TRSCandleStickChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,string,TCanvasColor) •TRSCandleStickChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,string,TCanvasColor) •TRSCandleStickChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,string,TCanvasColor) •FMX.RS.BarCharts.TRSCandleStickChartValues.Insert(Integer) •Remove •FMX.RS.BarCharts.TRSCandleStickChartValues.Items[Integer] |