| Unit: | SDL_polchart | | Class: | TPolChart | | Declaration: | property TextFontStyle: TFontStyles; |
The property TextFontStyle determines the style of text labels (normal, italic, underlined, bold, and strike-out). The TextFontStyle property is a set, so it can contain multiple values.
| Hint: |
Please note that the property TextFontStyle applies only to text labels created by the method Text. Text labels controlled by the array property TextLabels are not affected by TextFontStyle (they have their own Font sub-property). |
|