TTMSFNCChartDrawLabel Record
Describes a point label passed to
OnBeforeDrawSerieLabelandOnAfterDrawSerieLabel.
API unit family: TMSFNCChart
Syntax
TTMSFNCChartDrawLabel = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Point |
TPointF |
Canvas coordinate where the label is anchored. |
Rect |
TRectF |
Bounding rectangle of the rendered label text. |
Reference |
TTMSFNCChartPoint |
Chart point for this label, or nil in virtual mode. |
TextHeight |
Double |
Pixel height of the rendered label text. |
TextWidth |
Double |
Pixel width of the rendered label text. |
Value |
Double |
Numeric value represented by this label. |
ValueString |
String |
Formatted label text to be displayed near the point. |
VirtualReference |
TTMSFNCChartPointVirtual |
Virtual point data when the chart is in virtual mode. |