org.apache.poi.hssf.usermodel
Class HSSFChart.HSSFSeries

java.lang.Object
  extended by org.apache.poi.hssf.usermodel.HSSFChart.HSSFSeries
Enclosing class:
HSSFChart

public class HSSFChart.HSSFSeries
extends java.lang.Object

A series in a chart


Method Summary
 LinkedDataRecord getDataCategoryLabels()
           
 LinkedDataRecord getDataName()
           
 LinkedDataRecord getDataSecondaryCategoryLabels()
           
 LinkedDataRecord getDataValues()
           
 short getNumValues()
           
 SeriesRecord getSeries()
           
 java.lang.String getSeriesTitle()
          Returns the series' title, if there is one, or null if not
 short getValueType()
          See SeriesRecord
 void insertData(LinkedDataRecord data)
           
 void setSeriesTitle(java.lang.String title)
          Changes the series' title, but only if there was one already.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

insertData

public void insertData(LinkedDataRecord data)

getNumValues

public short getNumValues()

getValueType

public short getValueType()
See SeriesRecord


getSeriesTitle

public java.lang.String getSeriesTitle()
Returns the series' title, if there is one, or null if not


setSeriesTitle

public void setSeriesTitle(java.lang.String title)
Changes the series' title, but only if there was one already. TODO - add in the records if not


getDataName

public LinkedDataRecord getDataName()
Returns:
record with data names

getDataValues

public LinkedDataRecord getDataValues()
Returns:
record with data values

getDataCategoryLabels

public LinkedDataRecord getDataCategoryLabels()
Returns:
record with data category labels

getDataSecondaryCategoryLabels

public LinkedDataRecord getDataSecondaryCategoryLabels()
Returns:
record with data secondary category labels

getSeries

public SeriesRecord getSeries()
Returns:
record with series


Copyright 2010 The Apache Software Foundation or its licensors, as applicable.