Uses of Class
com.jalios.jcms.chart.Chart
-
Packages that use Chart Package Description com.jalios.jcms.chart -
-
Uses of Chart in com.jalios.jcms.chart
Methods in com.jalios.jcms.chart that return Chart Modifier and Type Method Description Chart
Chart. addSeries(ChartSeries<?>... series)
protected Chart
Chart. getThis()
Chart
Chart. horizontal()
Chart
Chart. setHorizontal(boolean horizontal)
Chart
Chart. setPointStyle(Series.PointStyle pointStyle)
Chart
Chart. setSeriesList(java.util.List<ChartSeries<?>> seriesList)
Methods in com.jalios.jcms.chart with parameters of type Chart Modifier and Type Method Description static java.lang.String
ChartUtil. writeLegend(Chart chart, java.lang.String userLang)
Create HTML legend
-