Manages the ordered collection of data points plotted by a trend indicator. Add, insert, and remove items to define the series; the collection raises a change notification whenever its contents change so the owner can repaint.
API unit family:TMSFNCWidgetTrendIndicatorInherits from:TOwnedCollection
Occurs when the collection or any of its items changes. Handle this event to react to edits in the series. The Sender parameter is the collection that raised the notification.