Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#Remarks

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

See Also