org.apache.poi.ss.usermodel
Interface Chart
-
- All Superinterfaces:
- ManuallyPositionable
- All Known Implementing Classes:
- XSSFChart
public interface Chart extends ManuallyPositionable
High level representation of a chart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddeleteLegend()Delete current chart legend.java.util.List<? extends ChartAxis>getAxis()ChartAxisFactorygetChartAxisFactory()ChartDataFactorygetChartDataFactory()ChartLegendgetOrCreateLegend()voidplot(ChartData data, ChartAxis... axis)Plots specified data on the chart.-
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ManuallyPositionable
getManualLayout
-
-
-
-
Method Detail
-
getChartDataFactory
ChartDataFactory getChartDataFactory()
- Returns:
- an appropriate ChartDataFactory implementation
-
getChartAxisFactory
ChartAxisFactory getChartAxisFactory()
- Returns:
- an appropriate ChartAxisFactory implementation
-
getOrCreateLegend
ChartLegend getOrCreateLegend()
- Returns:
- chart legend instance
-
deleteLegend
void deleteLegend()
Delete current chart legend.
-
getAxis
java.util.List<? extends ChartAxis> getAxis()
- Returns:
- list of all chart axis
-
-
DataMelt 3.0 © DataMelt by jWork.ORG