Creates a new RSGraphCharts.TRSGraphChartValue instance and adds it to the Items array. Call Add to create a graph chart value, or node, 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 graph chart 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: RSGraphCharts
Delphi |
public |
Return Value
Type: TRSGraphChartValue
The following example creates values in the collection:
|
Reference•RSGraphCharts|TRSGraphChartValues.Add(TRSChartValueType,string,TCanvasColor,Integer) •RSGraphCharts|TRSGraphChartValues.Add(TRSChartValueType,TRSChartValueType,string,TCanvasColor,Integer) •RSGraphCharts|TRSGraphChartValues.Add(TRSRect,TRSShapeStyle,string,TCanvasColor,Integer) •RSGraphCharts.TRSGraphChartValues.Insert(Integer) •Remove •RSGraphCharts.TRSGraphChartValues.Items[Integer] |