TTMSFNCWidgetTrendValue Class
Represents a single data point in the series displayed by a trend indicator. Each item holds one numeric value plotted on the trend graph; the order of the items defines the order of the points along the horizontal axis.
API unit family: TMSFNCWidgetTrendIndicator
Inherits from: TCollectionItem
Syntax
TTMSFNCWidgetTrendValue = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Value | The numeric value of this data point. Changing it triggers a redraw of the owning trend indicator. The set of values across the collection determines the vertical scaling of the graph. |