Creates a new FMX.RS.Charts.TRS3DChartValue instance and adds it to the Items array. Call Add to create a 3D 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, 0, 0)).
Add returns the new 3D 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: TRS3DChartValue
The following example creates values in the collection: Delphi |
var |
Reference•FMX.RS.Charts.TRS3DChartValue •FMX.RS.Charts.TRS3DChartValues.Insert(Integer) •FMX.RS.Charts.TRS3DChartValues.Items[Integer] •Remove •TRS3DChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,string,TCanvasColor) |