Skip to main content
A newer version of this page is available. .

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 new points (Add and Insert).
  • Obtain the number of series points in the collection (Count).
  • Access arguments, values, and the corresponding custom display text strings of individual series points by their indexes (Arguments, Values, ArgumentDisplayTexts, and ValueDisplayTexts).
  • Delete individual series points (Delete).
  • Access the series to which the point collection belongs (Series).

Direct TdxChartSeriesPoint Class References

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

Inheritance

TObject
TdxChartSeriesPoints
See Also