Package org.apache.poi.hssf.usermodel
Class HSSFChart.HSSFSeries
java.lang.Object
org.apache.poi.hssf.usermodel.HSSFChart.HSSFSeries
- Enclosing class:
- HSSFChart
A series in a chart
-
Method Summary
Modifier and TypeMethodDescriptionshort
Returns the series' title, if there is one, or null if notshort
SeeSeriesRecord
void
void
setSeriesTitle
(String title) Changes the series' title, but only if there was one already.void
-
Method Details
-
getNumValues
public short getNumValues() -
getValueType
public short getValueType()SeeSeriesRecord
-
getSeriesTitle
Returns the series' title, if there is one, or null if not -
setSeriesTitle
Changes the series' title, but only if there was one already. TODO - add in the records if not -
getDataName
- Returns:
- record with data names
-
getDataValues
- Returns:
- record with data values
-
getDataCategoryLabels
- Returns:
- record with data category labels
-
getDataSecondaryCategoryLabels
- Returns:
- record with data secondary category labels
-
getSeries
- Returns:
- record with series
-
getValuesCellRange
-
getCategoryLabelsCellRange
-
setValuesCellRange
-
setCategoryLabelsCellRange
-