TTMSFNCTimelineAnnotation Class
Defines the text, position, visibility, and appearance of an indicator annotation.
API unit family: TMSFNCTimeline
Inherits from: TPersistent
Syntax
TTMSFNCTimelineAnnotation = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Appearance | Gets or sets the visual appearance settings. |
| Height | Gets or sets the annotation height. |
| Hint | Gets or sets the hint text shown for the item. |
| Position | Gets or sets where the annotation is placed relative to the indicator. |
| ShowHint | Gets or sets whether the hint text is shown. True displays the hint text; False suppresses it. |
| Text | Gets or sets the annotation text. |
| Visible | Gets or sets whether the item is visible. True shows the item; False hides it. |
| Width | Gets or sets the annotation width. |