TTMSFNCTimelineDivisionDrawingParams Record
Parameters passed to division drawing events, aggregating the tick position, value, tickmark, and text drawing details.
API unit family: TMSFNCTimeline
Syntax
TTMSFNCTimelineDivisionDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DivisionCount |
Integer |
Total number of divisions currently laid out on the axis. |
DrawText |
Boolean |
Set to False to suppress the label for this division. |
DrawTickMark |
Boolean |
Set to False to suppress the tick mark for this division. |
Position |
Single |
Offset of the division along the timeline axis, in pixels. |
TextRect |
TRectF |
Bounds the division label is drawn within. |
TickMarkEndPoint |
TPointF |
Point where the tick mark ends. |
TickMarkStartPoint |
TPointF |
Point where the tick mark begins. |
Value |
Double |
The timeline value the division marks. |