public interface PieLabels
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
PieLabels |
off()
Signals to turn off pie labels
|
PieLabels |
on()
Signals to turn on pie labels
|
PieLabels |
withBackgroundColor(Color color)
Sets the background color for pie section labels
|
PieLabels |
withFont(Font font)
Sets the font for pie section labels
|
PieLabels |
withName()
Signals to show section names
|
PieLabels |
withPercent()
Signals to show section percentages
|
PieLabels |
withTextColor(Color color)
Sets the text color for pie section labels
|
PieLabels |
withValue()
Signals to show section values
|
PieLabels on()
PieLabels off()
PieLabels withName()
PieLabels withValue()
PieLabels withPercent()
PieLabels withFont(Font font)
font - the font to accept to labelsPieLabels withTextColor(Color color)
color - the text colorCopyright 2014-2017, Xavier Witdouck