| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chart
High level representation of a chart.
Method Summary | |
---|---|
void | deleteLegend() Delete current chart legend. |
java.util.List<? extends ChartAxis> | getAxis() |
ChartAxisFactory | getChartAxisFactory() |
ChartDataFactory | getChartDataFactory() |
ChartLegend | getOrCreateLegend() |
void | plot(ChartData data, ChartAxis... axis) Plots specified data on the chart. |
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ManuallyPositionable |
---|
getManualLayout |
Method Detail |
---|
ChartDataFactory getChartDataFactory()
ChartAxisFactory getChartAxisFactory()
ChartLegend getOrCreateLegend()
void deleteLegend()
java.util.List<? extends ChartAxis> getAxis()
void plot(ChartData data, ChartAxis... axis)
data
- a data to plot
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |