TdxChartSeriesPoints.Delete(Integer,Integer) Method
Deletes one or more series points starting from the specified position.
Declaration
procedure Delete(AIndex: Integer; ACount: Integer = 1);
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