Interface LineChartSeries
- All Superinterfaces:
ChartSeries
Deprecated.
use XDDFLineChartData.Series instead
Represents a line chart series.
-
Method Summary
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartSeries
getTitleCellReference, getTitleString, getTitleType, setTitle, setTitle
-
Method Details
-
getCategoryAxisData
ChartDataSource<?> getCategoryAxisData()Deprecated.- Returns:
- data source used for category axis data.
-
getValues
ChartDataSource<? extends Number> getValues()Deprecated.- Returns:
- data source used for value axis.
-