Package org.apache.poi.ss.usermodel
Interface Chart
- All Superinterfaces:
ManuallyPositionable
- All Known Implementing Classes:
XSSFChart
Deprecated.
High level representation of a chart.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Delete current chart legend.getAxis()
Deprecated.Deprecated.Deprecated.Deprecated.void
Deprecated.Plots specified data on the chart.Methods inherited from interface org.apache.poi.ss.usermodel.charts.ManuallyPositionable
getManualLayout
-
Method Details
-
getChartDataFactory
ChartDataFactory getChartDataFactory()Deprecated.- Returns:
- an appropriate ChartDataFactory implementation
-
getChartAxisFactory
ChartAxisFactory getChartAxisFactory()Deprecated.- Returns:
- an appropriate ChartAxisFactory implementation
-
getOrCreateLegend
ChartLegend getOrCreateLegend()Deprecated.- Returns:
- chart legend instance
-
deleteLegend
void deleteLegend()Deprecated.Delete current chart legend. -
getAxis
Deprecated.- Returns:
- list of all chart axis
-
plot
Deprecated.Plots specified data on the chart.- Parameters:
data
- a data to plot
-