@Role
public interface ChartCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.jfree.chart.JFreeChart jFreeChart,
Map<String,String> parameters) |
void customize(org.jfree.chart.JFreeChart jFreeChart,
Map<String,String> parameters)
jFreeChart - the JFree Chart instance representing the graph, on which customizations can be performedparameters - the parameters passed to the Chart generator and controlling its aspect (e.g. the Chart Macro
allows user to pass those parameters as a string, for example
range:B2-D5;series:columns;colors:C3E3F7,1D9FF5,015891,012A45Copyright © 2004–2019 XWiki. All rights reserved.