Back to Devexpress

TdxChartSeriesPoints.Delete(Integer,Integer) Method

vcl-dxchartcore-dot-tdxchartseriespoints-dot-delete-x28-system-dot-integer-system-dot-integer-x29.md

latest1005 B
Original Source

TdxChartSeriesPoints.Delete(Integer,Integer) Method

Deletes one or more series points starting from the specified position.

Declaration

delphi
procedure Delete(AIndex: Integer; ACount: Integer = 1);

Parameters

NameTypeDescription
AIndexInteger

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 Delete procedure deletes one series point with the specified index.

|

Remarks

You can call the Clear procedure to delete all series points.

See Also

TdxChartSeriesPoints Class

TdxChartSeriesPoints Members

dxChartCore Unit