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 Class

A series point collection.

#Declaration

Delphi
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