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.void
Deprecated.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:
addSeries
in interfaceLineChartData
- Parameters:
categoryAxisData
- data source for categories.values
- data source for values.- Returns:
- a new line chart serie.
-
getSeries
Deprecated.- Specified by:
getSeries
in interfaceLineChartData
- Returns:
- list of all series.
-
fillChart
Deprecated.Description copied from interface:ChartData
Fills a charts with data specified by implementation.
-
XDDFLineChartData
instead