Creates a new TRSPointChartValue instance and adds it to the Items array. The new instance is initialized with the X, Caption, Color, and ImageIndex parameters. Call Add to create a point 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)).
Add returns the new point value.
Namespace: RSCharts
Delphi |
public |
Parameters
X
Type: TRSChartValueType
Caption
Type: String
Color
Type: TCanvasColor
ImageIndex
Type: Integer
Type: TRSPointChartValue
The following example creates values in the collection:
|
Reference
|