public class BarChart extends AbstractChart
| Constructor and Description |
|---|
BarChart(String title)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Serie<Integer>> |
getChartBars()
Getter accessor for attribute 'chartBars'.
|
String |
toJson() |
String |
toString() |
getTitle, setTitlepublic BarChart(String title)
Copyright © 2013–2017 FF4J. All rights reserved.