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 ChartChart. addSeries(ChartSeries<?>... series)protected ChartChart. getThis()ChartChart. horizontal()ChartChart. setHorizontal(boolean horizontal)ChartChart. setPointStyle(Series.PointStyle pointStyle)ChartChart. 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.StringChartUtil. writeLegend(Chart chart, java.lang.String userLang)Create HTML legend
-