PieChartInnerLabelBackground

PieChartInnerLabelBackground ( fillColor ;​ fillColorVariant ;​ borderStroke ;​ borderColor ;​ borderColorVariant ;​ shadowEffect ;​ shadowColor )

Argument Type Range Default Note
fillColor rgba 0..255 white
fillColorVariant int -1..128 solid
borderStroke num[] 0..1000 1 Dimension:[pt]
borderColor rgba 0..255 black
borderColorVariant int -1..128 solid
shadowEffect num[] -1000..1000 0
shadowColor rgba 0..255 #888a
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