PieChartCenterLabelStyle
Modified in version 5.0
PieChartCenterLabelStyle ( font ; size ; style ; color ; alignment ; orientation ; textWidthMax ; textHeightMax ; ellipsisPosition ; shadowEffect ; shadowColor )
Argument | Type | Range | Default | Note |
---|---|---|---|---|
font | str | 0..1000 | ApplFont | |
size | num | 0..1000 | 9 | Dimension:[pt] |
style | int | 0..7 | plain | |
color | rgba | 0..255 | black | |
alignment | int | 1..3 | center | |
orientation | num | -360..+360 | 0 | Dimension:[deg] |
textWidthMax | num | -1..10000 | -1 | Dimension:[pt] |
textHeightMax | num | -1..10000 | -1 | Dimension:[pt] |
ellipsisPosition | int | 0..4 | 3 | |
shadowEffect | num[] | -1000..1000 | 0 | |
shadowColor | rgba | 0..255 | #888a |
Examples
PieChartCenterLabelStyle(Times New Roman;14)
Description
In addition, by using the PieChartCenterLabelText() , PieChartCenterLabelStyle(), PieChartCenterLabelBackground() and PieChartCenterLabelBackgroundOptions() functions, a text can be placed and drawn in the center of the chart. The four functions work the same way as the "standard" LabelTexts() , LabelStyle() , LabelBackground() and LabelBackgroundOptions() functions.