public interface ChartLabel
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
ChartLabel |
withColor(Color color)
Sets the text color
|
ChartLabel |
withFont(Font font)
Sets the font for this text style
|
ChartLabel |
withText(String text)
Sets the text for this label
|
ChartLabel withText(String text)
text - the text for labelChartLabel withColor(Color color)
color - color valueChartLabel withFont(Font font)
font - sets the font for textCopyright 2014-2017, Xavier Witdouck