Creates a new EQ Bar or frequency item ( FMX.RS.BarCharts.TRSEQChartValue instance) and adds it to the Items array. 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 EQ 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: TRSEQChartValue
The following example creates values in the collection:
|
Reference•FMX.RS.BarCharts.TRSEQChartValue •TRSEQChartValues.Add(TRSChartValueType,TRSChartValueType,string,TCanvasColor) •FMX.RS.BarCharts.TRSEQChartValues.Insert(Integer) |