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
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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



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