|
|||||||||
| 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
public class XlsChartSerie
| Constructor Summary | |
|---|---|
XlsChartSerie(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
XlsChartSerie |
deepClone(java.lang.Object parent,
java.util.HashMap newNames,
java.util.HashMap fontIndexes)
Clone current instance. |
IChartErrorBars |
errorBar(boolean bIsY)
Creates error bar object. |
IChartErrorBars |
errorBar(boolean bIsY,
ErrorBarIncludeType include)
Creates error bar object. |
IChartErrorBars |
errorBar(boolean bIsY,
ErrorBarIncludeType include,
ErrorBarType type)
Creates error bar object. |
IChartErrorBars |
errorBar(boolean bIsY,
ErrorBarIncludeType include,
ErrorBarType type,
double numberValue)
Creates error bar object. |
IChartErrorBars |
errorBar(boolean bIsY,
IXLSRange plusRange,
IXLSRange minusRange)
Sets custom error bar type. |
IXLSRange |
getBubbles()
Bubble sizes for the series. |
IXLSRange |
getCategoryLabels()
Category labels for the series. |
int |
getChartGroup()
Index of the chart group. |
XlsChartFormat |
getCommonSerieFormat()
Gets common serie format. |
IChartDataPoints |
getDataPoints()
Returns collection of data points. |
java.lang.Object[] |
getEnteredDirectlyBubbles()
Represents bubble values as entered directly. |
java.lang.Object[] |
getEnteredDirectlyCategoryLabels()
Represents category values as entered directly. |
java.lang.Object[] |
getEnteredDirectlyValues()
Represents value as entered directly. |
IChartErrorBars |
getErrorBarsX()
Represents X error bars. |
IChartErrorBars |
getErrorBarsY()
Represents Y error bars. |
IChartSerieDataFormat |
getFormat()
Returns format of current serie. |
int |
getIndex()
Represents index of the series. |
java.lang.Boolean |
getInvertNegaColor()
Indicates wheter to invert its colors if the value is negative. |
java.lang.String |
getName()
Gets name of the series. |
CellRange |
getNamedRange()
Series Name range for the series. |
java.lang.String |
getNameOrFormula()
Gets series name or formula value (not actual string value). |
int |
getNumber()
Number of the series. |
XlsChartSeries |
getParentSeries()
Gets parent serie collection. |
int |
getPointNumber()
Returns number of points in the series. |
int |
getRealIndex()
Synonym for Index property. |
IXLSRange |
getSerieNameRange()
Gets serie name range. |
ExcelChartType |
getSerieType()
Represents serie type. |
java.lang.String |
getStartType()
Returns serie start type. |
IChartTrendLines |
getTrendLines()
Represents serie trend lines collection. |
boolean |
getUsePrimaryAxis()
Indicates whether to use primary axis for series drawing. |
IXLSRange |
getValues()
Values range for the series. |
boolean |
hasErrorBarsX()
Indicates if serie contains X error bars. |
void |
hasErrorBarsX(boolean value)
Indicates if serie contains X error bars. |
boolean |
hasErrorBarsY()
Indicates if serie contains Y error bars. |
void |
hasErrorBarsY(boolean value)
Indicates if serie contains Y error bars. |
void |
setBubbles(IXLSRange value)
Bubble sizes for the series. |
void |
setCategoryLabels(IXLSRange value)
Category labels for the series. |
void |
setDefaultName(java.lang.String defaultName)
Sets default serie name. |
void |
setEnteredDirectlyBubbles(java.lang.Object[] value)
Represents bubble values as entered directly. |
void |
setEnteredDirectlyCategoryLabels(java.lang.Object[] value)
Represents category values as entered directly. |
void |
setEnteredDirectlyValues(java.lang.Object[] value)
Represents value as entered directly. |
void |
setInvertNegaColor(java.lang.Boolean value)
Indicates wheter to invert its colors if the value is negative. |
void |
setName(java.lang.String name)
Sets name of the series. |
void |
setSerieType(ExcelChartType serieType)
Sets serie type. |
void |
setUsePrimaryAxis(boolean usePrimaryAxis)
Indicates whether to use primary axis for series drawing. |
void |
setValues(IXLSRange value)
Values range for the series. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartSerie(java.lang.Object parent)
| Method Detail |
|---|
public int getChartGroup()
public IXLSRange getValues()
getValues in interface IChartSeriepublic void setValues(IXLSRange value)
setValues in interface IChartSeriepublic IXLSRange getCategoryLabels()
getCategoryLabels in interface IChartSeriepublic void setCategoryLabels(IXLSRange value)
public IXLSRange getBubbles()
getBubbles in interface IChartSeriepublic void setBubbles(IXLSRange value)
setBubbles in interface IChartSeriepublic java.lang.String getName()
getName in interface IChartSeriepublic void setName(java.lang.String name)
public CellRange getNamedRange()
getNamedRange in interface IChartSeriepublic java.lang.String getNameOrFormula()
public int getNumber()
public XlsChartSeries getParentSeries()
public boolean getUsePrimaryAxis()
getUsePrimaryAxis in interface IChartSeriepublic void setUsePrimaryAxis(boolean usePrimaryAxis)
setUsePrimaryAxis in interface IChartSeriepublic IChartDataPoints getDataPoints()
getDataPoints in interface IChartSeriepublic int getPointNumber()
public int getRealIndex()
public IChartSerieDataFormat getFormat()
getFormat in interface IChartSeriepublic ExcelChartType getSerieType()
getSerieType in interface IChartSeriepublic void setSerieType(ExcelChartType serieType)
setSerieType in interface IChartSeriepublic java.lang.String getStartType()
public java.lang.Object[] getEnteredDirectlyValues()
getEnteredDirectlyValues in interface IChartSeriepublic void setEnteredDirectlyValues(java.lang.Object[] value)
setEnteredDirectlyValues in interface IChartSeriepublic java.lang.Object[] getEnteredDirectlyCategoryLabels()
getEnteredDirectlyCategoryLabels in interface IChartSeriepublic void setEnteredDirectlyCategoryLabels(java.lang.Object[] value)
setEnteredDirectlyCategoryLabels in interface IChartSeriepublic java.lang.Object[] getEnteredDirectlyBubbles()
getEnteredDirectlyBubbles in interface IChartSeriepublic void setEnteredDirectlyBubbles(java.lang.Object[] value)
setEnteredDirectlyBubbles in interface IChartSeriepublic IChartErrorBars getErrorBarsY()
getErrorBarsY in interface IChartSeriepublic boolean hasErrorBarsY()
hasErrorBarsY in interface IChartSeriepublic void hasErrorBarsY(boolean value)
hasErrorBarsY in interface IChartSeriepublic IChartErrorBars getErrorBarsX()
getErrorBarsX in interface IChartSeriepublic boolean hasErrorBarsX()
hasErrorBarsX in interface IChartSeriepublic void hasErrorBarsX(boolean value)
hasErrorBarsX in interface IChartSeriepublic IChartTrendLines getTrendLines()
getTrendLines in interface IChartSeriepublic java.lang.Boolean getInvertNegaColor()
public void setInvertNegaColor(java.lang.Boolean value)
public int getIndex()
public XlsChartSerie deepClone(java.lang.Object parent,
java.util.HashMap newNames,
java.util.HashMap fontIndexes)
parent - Parent object.newNames - Hash table with new worksheet names.fontIndexes - Dictionary with new font indexes.
public IChartErrorBars errorBar(boolean bIsY)
errorBar in interface IChartSeriebIsY - If true - on Y axis; otherwise on X axis.
public IChartErrorBars errorBar(boolean bIsY,
ErrorBarIncludeType include)
errorBar in interface IChartSeriebIsY - If true - on Y axis; otherwise on X axis.include - Represents include type.
public IChartErrorBars errorBar(boolean bIsY,
ErrorBarIncludeType include,
ErrorBarType type)
errorBar in interface IChartSeriebIsY - If true - on Y axis; otherwise on X axis.include - Represents include type.type - Represents error bar type.
public IChartErrorBars errorBar(boolean bIsY,
ErrorBarIncludeType include,
ErrorBarType type,
double numberValue)
errorBar in interface IChartSeriebIsY - If true - on Y axis; otherwise on X axis.include - Represents include type.type - Represents error bar type.numberValue - Represents number value.
public IChartErrorBars errorBar(boolean bIsY,
IXLSRange plusRange,
IXLSRange minusRange)
errorBar in interface IChartSeriebIsY - If true - on Y axis; otherwise on X axis.plusRange - Represents plus range.minusRange - Represents minus range.
public XlsChartFormat getCommonSerieFormat()
public IXLSRange getSerieNameRange()
public void setDefaultName(java.lang.String defaultName)
defaultName - Represents serie name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||