Class XSSFLineChartData
java.lang.Object
org.apache.poi.xssf.usermodel.charts.XSSFLineChartData
- All Implemented Interfaces:
ChartData,LineChartData
@Deprecated
@Removal(version="4.2")
public class XSSFLineChartData
extends Object
implements LineChartData
Deprecated.
Holds data for a XSSF Line Chart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeries(ChartDataSource<?> categoryAxisData, ChartDataSource<? extends Number> values) Deprecated.voidDeprecated.Fills a charts with data specified by implementation.List<? extends LineChartSeries>Deprecated.
-
Constructor Details
-
XSSFLineChartData
public XSSFLineChartData()Deprecated.
-
-
Method Details
-
addSeries
public LineChartSeries addSeries(ChartDataSource<?> categoryAxisData, ChartDataSource<? extends Number> values) Deprecated.- Specified by:
addSeriesin interfaceLineChartData- Parameters:
categoryAxisData- data source for categories.values- data source for values.- Returns:
- a new line chart serie.
-
getSeries
Deprecated.- Specified by:
getSeriesin interfaceLineChartData- Returns:
- list of all series.
-
fillChart
Deprecated.Description copied from interface:ChartDataFills a charts with data specified by implementation.
-
XDDFLineChartDatainstead