TdxChartSeriesPoints.Count Property
Returns the number of stored series points.
Declaration
property Count: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of series points in the collection. |
Remarks
Use the Count property to identify the number of items accessible through ArgumentDisplayTexts, Arguments, ValueDisplayTexts, and Values properties.
See Also