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
Sort
#Main API Members
The list below outlines key members of the TdxChartSeriesPoints
class that allow you to manage points in a series.
- 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.