vcl-dxchartcore-cbf5cb54.md
A series point collection.
TdxChartSeriesPoints = class(
TObject
)
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.
The list below outlines key members of the TdxChartSeriesPoints class that allow you to manage points in a series.
Add | InsertAdd new points.CountReturns the number of stored series points.Arguments | Values | ArgumentDisplayTexts | ValueDisplayTextsProvide access to arguments, values, and corresponding text strings of individual series points by their indexes.DeleteDeletes one or more series points starting from the specified position.SeriesProvides access to the series to which the point collection belongs.
The Points property of XY and simple series references a TdxChartSeriesPoints object.
TObject TdxChartSeriesPoints
See Also