TTMSFNCChartPoints Class
Ordered collection of
TTMSFNCChartPointitems belonging to a single chart series.
API unit family: TMSFNCChart
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCChartPoints = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to point items in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new point item and returns it. |
| Insert | Inserts a new point item at the specified index and returns it. |
| Serie | Returns the TTMSFNCChartSerie that owns this points collection. Returns the series associated with this settings object. |