Creates a new FMX.RS.Charts.TRSArrowChartValue instance and adds it to the Items array. Call Add to create an arrow 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.
Add returns the new arrow 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.Charts
Delphi |
public |
Return Value
Type: TRSArrowChartValue
The following example creates values in the collection: Delphi |
var |
Reference•TRSArrowChartValues.Add(TRSChartValueType,string,TCanvasColor) •TRSArrowChartValues.Add(TRSChartValueType,TRSChartValueType,string,TCanvasColor) •TRSArrowChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,string,TCanvasColor) •FMX.RS.Charts.TRSArrowChartValues.Insert(Integer) •Remove •FMX.RS.Charts.TRSArrowChartValues.Items[Integer] |