Back to Devexpress

TdxChartSeriesPoints Class

vcl-dxchartcore-cbf5cb54.md

latest2.2 KB
Original Source

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 | 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.

Direct TdxChartSeriesPoint Class References

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

Inheritance

TObject TdxChartSeriesPoints

See Also

TdxChartSeriesCustomDataBinding Class

TdxChartSeriesPoints Members

dxChartCore Unit