|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartSerie
com.spire.xls.charts.ChartSerie
public class ChartSerie
| 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.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public ChartSerie(java.lang.Object parent)
| Method Detail |
|---|
public ChartDataPointsCollection getDataPoints()
getDataPoints in interface IChartSeriegetDataPoints in class XlsChartSeriepublic CellRange getCategoryLabels()
getCategoryLabels in interface IChartSeriegetCategoryLabels in class XlsChartSeriepublic void setCategoryLabels(CellRange categoryLabels)
public CellRange getBubbles()
getBubbles in interface IChartSeriegetBubbles in class XlsChartSeriepublic IXLSRange getValues()
getValues in interface IChartSeriegetValues in class XlsChartSeriepublic void setValues(IXLSRange values)
setValues in interface IChartSeriesetValues in class XlsChartSeriepublic ChartSerieDataFormat getFormat()
getFormat in interface IChartSeriegetFormat in class XlsChartSeriepublic ChartSerieDataFormat getDataFormat()
public CellRange getSerieNameRange()
getSerieNameRange in class XlsChartSerie
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||