Table of Contents

TTMSFNCTimelineDivision Class

Settings for the timeline's division axis, controlling the position, size, tickmark, and text label for division ticks.

API unit family: TMSFNCTimeline Inherits from: TPersistent

Syntax

TTMSFNCTimelineDivision = class(TPersistent)

Properties

Name Description
DrawText When True, division labels are drawn at each tick position.
DrawTickMark When True, a tick mark line is drawn at each division position on the timeline axis.
Position Gets or sets where the annotation is placed relative to the indicator. Side of the timeline axis on which the division tick row is drawn.
Size Height (horizontal timeline) or width (vertical timeline) of the division row in pixels; pass -1 for auto-size.
TextFormat Format strings for the division tick labels for each supported range type.
TextOrientation Rotation applied to division label text.
TextPosition Alignment of the division label text relative to its tick position.
TextWordWrap When True, division label text wraps when it exceeds the available tick width.
TickMarkSize Length of the tick mark line in pixels.

Events

Name Description
OnChanged Occurs after the related timeline state changes.