| Fill* |
The fill of the labels |
| Font |
The font of the text of the labels. The text is based on the Series → Points → YValue property and formatted with the Series → Labels → Format property. |
| Format |
The format string of the labels. |
| FormatType |
The type of format of the labels. The type can be set to normal (Format Delphi function), float (FormatFloat Delphi function) or DateTime (FormatDateTime function). |
| Mode |
The mode of the labels. The mode is set to normal by default which displays the actual Series → Points → YValue property value with the chosen formatting. When set to stacked, the same formatting is applied but on the summed total of each series. |
| OffsetX |
An additional x offset starting from the default location of the label. |
| OffsetY |
An additional y offset starting from the default location of the label. |
| Stroke* |
The stroke of the label. |
| Visible |
Shows or hides the labels. |