TTMSFNCChartSerieLabels Class
Configures the display of value labels drawn near each data point in a series.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSerieLabels = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Fill settings for the label background box. |
| Font | Font used to render label text. |
| Format | Format string applied to the label value; interpreted according to FormatType. |
| FormatType | Controls how the label value is formatted as a string. |
| Mode | Controls whether labels are anchored to the raw value or to the cumulative stacked value. |
| OffsetX | Horizontal offset in pixels applied to the label position relative to the data point. |
| OffsetY | Vertical offset in pixels applied to the label position relative to the data point. |
| Stroke | Stroke settings for the label background box border. |
| Visible | When True, value labels are drawn near each data point; when False (default), labels are hidden. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |