TdxChartSeriesPoints.Delete(Integer,Integer) Method
In This Article
Deletes one or more series points starting from the specified position.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | The index of the first deleted point in the collection. |
ACount | Integer | Optional. Specifies the number of deleted points. If this parameter is omitted, the |
#Remarks
You can call the Clear procedure to delete all series points.
See Also