Uses of Interface
org.xwiki.chart.model.ChartModel
-
Packages that use ChartModel Package Description org.xwiki.chart -
-
Uses of ChartModel in org.xwiki.chart
Methods in org.xwiki.chart with parameters of type ChartModel Modifier and Type Method Description byte[]
ChartGenerator. generate(ChartModel model, Map<String,String> parameters)
Generates an image of a chart representing the data presented as aChartModel
and extra formatting parameters provided in the parameters map.
-