Skip to main content
All docs
V25.1
  • TdxChartSeriesPoints Class

    A series point collection.

    Declaration

    TdxChartSeriesPoints = class(
        TObject
    )

    Remarks

    You can use a series point collection to manage series points in unbound and bound data access modes.

    Note

    SortBy and SortOrder properties of a series do not affect the order of points in the collection.

    Main API Members

    The list below outlines key members of the TdxChartSeriesPoints class that allow you to manage points in a series.

    Add | Insert
    Add new points.
    Count
    Returns the number of stored series points.
    Arguments | Values | ArgumentDisplayTexts | ValueDisplayTexts
    Provide access to arguments, values, and corresponding text strings of individual series points by their indexes.
    Delete
    Deletes one or more series points starting from the specified position.
    Series
    Provides access to the series to which the point collection belongs.

    Direct TdxChartSeriesPoint Class References

    The Points property of XY and simple series references a TdxChartSeriesPoints object.

    Inheritance

    TObject
    TdxChartSeriesPoints
    See Also