Table of Contents

TTMSFNCGanttTimeDrawingParams Record

Drawing parameters for timeline time labels.

API unit family: TMSFNCGanttChart

Syntax

TTMSFNCGanttTimeDrawingParams = record

Fields and properties

Name Type Description
Angle integer Rotation applied to the label, in degrees.
DrawRect TRectF Bounds the timeline label is drawn within.
Exporting Boolean True when the draw is part of a PDF or print export rather than an on-screen paint.
HorizontalAlignment TTMSFNCGraphicsTextAlign Horizontal alignment of the label inside DrawRect.
Text string The timeline label about to be drawn. Change it to relabel the unit.
VerticalAlignment TTMSFNCGraphicsTextAlign Vertical alignment of the label inside DrawRect.
WordWrap Boolean True when the label wraps to multiple lines instead of being clipped.