TRSGraphChartValues.Add(TRSRect,TRSShapeStyle,String,TCanvasColor,Integer) Method |
Scroll Prev Top Next More |
Creates a new RSGraphCharts|TRSGraphChartValue instance and adds it to the Items array. The new instance is initialized with the rectangle (X, Y, Width, Height), Caption, Color, and ImageIndex parameters. 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.
Namespace: FMX.RS.GraphCharts
Delphi |
public |
Parameters
ARect
Type: TRSRect
Style
Type: TRSShapeStyle
Caption
Type: String
Color
Type: TCanvasColor
ImageIndex
Type: Integer
Type: TRSGraphChartValue
The following example creates values in the collection:
|
Reference•RSGraphCharts|TRSGraphChartValues.Add •RSGraphCharts|TRSGraphChartValues.Add(TRSChartValueType,string,TCanvasColor,Integer) •RSGraphCharts|TRSGraphChartValues.Add(TRSChartValueType,TRSChartValueType,string,TCanvasColor,Integer) •FMX.RS.GraphCharts.TRSGraphChartValues.Insert(Integer) •Remove •FMX.RS.GraphCharts.TRSGraphChartValues.Items[Integer] |