Skip to main content
All docs
V25.1
  • 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 Delete procedure deletes one series point with the specified index.

    Remarks

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

    See Also