org.apache.poi.hssf.usermodel
public class HSSFChart.HSSFSeries extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
short |
getNumValues() |
java.lang.String |
getSeriesTitle()
Returns the series' title, if there is one,
or null if not
|
short |
getValueType()
See
SeriesRecord |
void |
setSeriesTitle(java.lang.String title)
Changes the series' title, but only if there
was one already.
|
public short getNumValues()
public short getValueType()
SeriesRecord
public java.lang.String getSeriesTitle()
public void setSeriesTitle(java.lang.String title)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.