PieChartInnerLabelStyle

Modified in version 5.0

PieChartInnerLabelStyle ( 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 left
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
Description

As the default, labels are positioned outside the pie chart (appearanceConstants = label). By using the PieChartInnerLabelTexts() , PieChartInnerLabelStyle(), PieChartInnerLabelBackground() and PieChartInnerLabelBackgroundOptions() functions, it is also possible to place labels inside the chart. The setup and operation of the four functions is the same as for the "standard" LabelTexts() , LabelStyle() , LabelBackground() and LabelBackgroundOptions() functions.

Scroll to Top