com.spire.xls.charts
Class ChartSerie

java.lang.Object
  extended by com.spire.xls.core.spreadsheet.XlsObject
      extended by com.spire.xls.core.spreadsheet.charts.XlsChartSerie
          extended by com.spire.xls.charts.ChartSerie
All Implemented Interfaces:
IChartSerie

public class ChartSerie
extends XlsChartSerie


Constructor Summary
ChartSerie(java.lang.Object parent)
           
 
Method Summary
 CellRange getBubbles()
          Bubble sizes for the series.
 CellRange getCategoryLabels()
          Gets category labels for the series.
 ChartSerieDataFormat getDataFormat()
          Returns data format.
 ChartDataPointsCollection getDataPoints()
          Returns data points collection for the chart series.
 ChartSerieDataFormat getFormat()
          Returns serie format.
 CellRange getSerieNameRange()
          Gets serie name range.
 IXLSRange getValues()
          Values range for the series.
 void setCategoryLabels(CellRange categoryLabels)
          Sets category labels for the series.
 void setValues(IXLSRange values)
          Sets values range for the series.
 
Methods inherited from class com.spire.xls.core.spreadsheet.charts.XlsChartSerie
deepClone, errorBar, errorBar, errorBar, errorBar, errorBar, getChartGroup, getCommonSerieFormat, getEnteredDirectlyBubbles, getEnteredDirectlyCategoryLabels, getEnteredDirectlyValues, getErrorBarsX, getErrorBarsY, getIndex, getInvertNegaColor, getName, getNamedRange, getNameOrFormula, getNumber, getParentSeries, getPointNumber, getRealIndex, getSerieType, getStartType, getTrendLines, getUsePrimaryAxis, hasErrorBarsX, hasErrorBarsX, hasErrorBarsY, hasErrorBarsY, setBubbles, setCategoryLabels, setDefaultName, setEnteredDirectlyBubbles, setEnteredDirectlyCategoryLabels, setEnteredDirectlyValues, setInvertNegaColor, setName, setSerieType, setUsePrimaryAxis
 
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject
dispose
 

Constructor Detail

ChartSerie

public ChartSerie(java.lang.Object parent)
Method Detail

getDataPoints

public ChartDataPointsCollection getDataPoints()
Returns data points collection for the chart series. Read-only.

Specified by:
getDataPoints in interface IChartSerie
Overrides:
getDataPoints in class XlsChartSerie

getCategoryLabels

public CellRange getCategoryLabels()
Gets category labels for the series.

Specified by:
getCategoryLabels in interface IChartSerie
Overrides:
getCategoryLabels in class XlsChartSerie

setCategoryLabels

public void setCategoryLabels(CellRange categoryLabels)
Sets category labels for the series.


getBubbles

public CellRange getBubbles()
Bubble sizes for the series.

Specified by:
getBubbles in interface IChartSerie
Overrides:
getBubbles in class XlsChartSerie

getValues

public IXLSRange getValues()
Values range for the series.

Specified by:
getValues in interface IChartSerie
Overrides:
getValues in class XlsChartSerie

setValues

public void setValues(IXLSRange values)
Sets values range for the series.

Specified by:
setValues in interface IChartSerie
Overrides:
setValues in class XlsChartSerie

getFormat

public ChartSerieDataFormat getFormat()
Returns serie format.

Specified by:
getFormat in interface IChartSerie
Overrides:
getFormat in class XlsChartSerie

getDataFormat

public ChartSerieDataFormat getDataFormat()
Returns data format. Read-only.


getSerieNameRange

public CellRange getSerieNameRange()
Gets serie name range.

Overrides:
getSerieNameRange in class XlsChartSerie
Returns:
Returns range, that represents serie name range. Can be null.