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