TTMSFNCTimelineRange Class
Defines the visible value or date range of the timeline, the range type, and the spacing between division ticks.
API unit family: TMSFNCTimeline
Inherits from: TPersistent
Syntax
TTMSFNCTimelineRange = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DivisionSpace | Pixel distance between consecutive division ticks on the timeline axis. |
| DivisionSpan | Number of range-type units represented by each division tick; use to control the granularity of the tick spacing. |
| MaximumDate | End date shown at the right/bottom of the timeline when RangeType is a date/time type. |
| MaximumValue | Maximum numeric value shown at the right/bottom of the timeline when RangeType is tlrValue. |
| MinimumDate | Start date shown at the left/top of the timeline when RangeType is a date/time type. |
| MinimumValue | Minimum numeric value shown at the left/top of the timeline when RangeType is tlrValue. |
| RangeType | Unit of time or value used for the timeline axis and division ticks. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs after the related timeline state changes. |