TdxChartSeriesPoints.Insert(Integer,Variant,Variant,string,string) Method
In This Article
Inserts a series point at the specified position in the collection.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | The point insert position. |
AArgument | Variant | The series point argument. |
AValue | Variant | The series point value. |
AArgument |
string | Optional. The custom display text string for the series point argument passed as the If this parameter is omitted, the corresponding simple series legend item displays text converted from the |
AValue |
string | Optional. The custom display text string for the series point value passed as the If this parameter is omitted, the corresponding series value label displays text converted from the |
#Remarks
To delete series points, you can call Clear and Delete procedures.
See Also