com.moyosoft.connector.ms.excel
Class Series
java.lang.Object
|
+--com.moyosoft.connector.ms.excel.Series
- public class Series
- extends java.lang.Object
Constructor Summary |
Series(Dispatch dispatch)
|
Method Summary |
void |
applyCustomType(ChartType value)
|
void |
clearFormats()
|
void |
copy()
|
void |
delete()
|
void |
errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type)
|
void |
errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
Range amount)
|
void |
errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
Range amount,
Range minusValues)
|
void |
errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
java.lang.String amount)
|
void |
errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
java.lang.String amount,
java.lang.String minusValues)
|
AxisGroup |
getAxisGroup()
|
BarShape |
getBarShape()
|
Border |
getBorder()
|
Range |
getBubbleSizes()
|
ChartType |
getChartType()
|
DataLabel |
getDataLabel(int index)
|
DataLabels |
getDataLabels()
|
Dispatch |
getDispatch()
|
ErrorBars |
getErrorBars()
|
int |
getExplosion()
|
ChartFillFormat |
getFill()
|
java.lang.String |
getFormula()
|
java.lang.String |
getFormulaLocal()
|
java.lang.String |
getFormulaR1C1()
|
java.lang.String |
getFormulaR1C1Local()
|
Interior |
getInterior()
|
LeaderLines |
getLeaderLines()
|
java.awt.Color |
getMarkerBackgroundColor()
|
int |
getMarkerBackgroundColorIndex()
|
java.awt.Color |
getMarkerForegroundColor()
|
int |
getMarkerForegroundColorIndex()
|
int |
getMarkerSize()
|
MarkerStyle |
getMarkerStyle()
|
java.lang.String |
getName()
|
ChartPictureType |
getPictureType()
|
int |
getPictureUnit()
|
int |
getPlotOrder()
|
Points |
getPoints()
|
Point |
getPoints(int index)
|
Trendline |
getTrendline(int index)
|
Trendlines |
getTrendlines()
|
int |
getType()
|
Range |
getValues()
|
Range |
getXValues()
|
boolean |
isApplyPictToEnd()
|
boolean |
isApplyPictToFront()
|
boolean |
isApplyPictToSides()
|
boolean |
isHas3DEffect()
|
boolean |
isHasDataLabels()
|
boolean |
isHasErrorBars()
|
boolean |
isHasLeaderLines()
|
boolean |
isInvertIfNegative()
|
boolean |
isShadow()
|
boolean |
isSmooth()
|
void |
paste()
|
void |
select()
|
void |
setApplyPictToEnd(boolean value)
|
void |
setApplyPictToFront(boolean value)
|
void |
setApplyPictToSides(boolean value)
|
void |
setAxisGroup(AxisGroup value)
|
void |
setBarShape(BarShape value)
|
void |
setBubbleSizes(Range value)
|
void |
setChartType(ChartType value)
|
void |
setExplosion(int value)
|
void |
setFormula(java.lang.String value)
|
void |
setFormulaLocal(java.lang.String value)
|
void |
setFormulaR1C1(java.lang.String value)
|
void |
setFormulaR1C1Local(java.lang.String value)
|
void |
setHas3DEffect(boolean value)
|
void |
setHasDataLabels(boolean value)
|
void |
setHasErrorBars(boolean value)
|
void |
setHasLeaderLines(boolean value)
|
void |
setInvertIfNegative(boolean value)
|
void |
setMarkerBackgroundColor(java.awt.Color color)
|
void |
setMarkerBackgroundColorIndex(int value)
|
void |
setMarkerForegroundColor(java.awt.Color color)
|
void |
setMarkerForegroundColorIndex(int value)
|
void |
setMarkerSize(int value)
|
void |
setMarkerStyle(MarkerStyle value)
|
void |
setName(java.lang.String value)
|
void |
setPictureType(ChartPictureType value)
|
void |
setPictureUnit(int value)
|
void |
setPlotOrder(int value)
|
void |
setShadow(boolean value)
|
void |
setSmooth(boolean value)
|
void |
setType(int value)
|
void |
setValues(Range value)
|
void |
setXValues(Range value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Series
public Series(Dispatch dispatch)
getDispatch
public Dispatch getDispatch()
getAxisGroup
public AxisGroup getAxisGroup()
setAxisGroup
public void setAxisGroup(AxisGroup value)
getBorder
public Border getBorder()
clearFormats
public void clearFormats()
copy
public void copy()
getDataLabels
public DataLabels getDataLabels()
getDataLabel
public DataLabel getDataLabel(int index)
delete
public void delete()
errorBar
public void errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type)
errorBar
public void errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
java.lang.String amount)
errorBar
public void errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
Range amount)
errorBar
public void errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
java.lang.String amount,
java.lang.String minusValues)
errorBar
public void errorBar(ErrorBarDirection direction,
ErrorBarInclude include,
ErrorBarType type,
Range amount,
Range minusValues)
getErrorBars
public ErrorBars getErrorBars()
getExplosion
public int getExplosion()
setExplosion
public void setExplosion(int value)
getFormula
public java.lang.String getFormula()
setFormula
public void setFormula(java.lang.String value)
getFormulaLocal
public java.lang.String getFormulaLocal()
setFormulaLocal
public void setFormulaLocal(java.lang.String value)
getFormulaR1C1
public java.lang.String getFormulaR1C1()
setFormulaR1C1
public void setFormulaR1C1(java.lang.String value)
getFormulaR1C1Local
public java.lang.String getFormulaR1C1Local()
setFormulaR1C1Local
public void setFormulaR1C1Local(java.lang.String value)
isHasDataLabels
public boolean isHasDataLabels()
setHasDataLabels
public void setHasDataLabels(boolean value)
isHasErrorBars
public boolean isHasErrorBars()
setHasErrorBars
public void setHasErrorBars(boolean value)
getInterior
public Interior getInterior()
getFill
public ChartFillFormat getFill()
isInvertIfNegative
public boolean isInvertIfNegative()
setInvertIfNegative
public void setInvertIfNegative(boolean value)
getMarkerBackgroundColor
public java.awt.Color getMarkerBackgroundColor()
setMarkerBackgroundColor
public void setMarkerBackgroundColor(java.awt.Color color)
getMarkerBackgroundColorIndex
public int getMarkerBackgroundColorIndex()
setMarkerBackgroundColorIndex
public void setMarkerBackgroundColorIndex(int value)
getMarkerForegroundColor
public java.awt.Color getMarkerForegroundColor()
setMarkerForegroundColor
public void setMarkerForegroundColor(java.awt.Color color)
getMarkerForegroundColorIndex
public int getMarkerForegroundColorIndex()
setMarkerForegroundColorIndex
public void setMarkerForegroundColorIndex(int value)
getMarkerSize
public int getMarkerSize()
setMarkerSize
public void setMarkerSize(int value)
getMarkerStyle
public MarkerStyle getMarkerStyle()
setMarkerStyle
public void setMarkerStyle(MarkerStyle value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
paste
public void paste()
getPictureType
public ChartPictureType getPictureType()
setPictureType
public void setPictureType(ChartPictureType value)
getPictureUnit
public int getPictureUnit()
setPictureUnit
public void setPictureUnit(int value)
getPlotOrder
public int getPlotOrder()
setPlotOrder
public void setPlotOrder(int value)
getPoints
public Points getPoints()
getPoints
public Point getPoints(int index)
select
public void select()
isSmooth
public boolean isSmooth()
setSmooth
public void setSmooth(boolean value)
getTrendlines
public Trendlines getTrendlines()
getTrendline
public Trendline getTrendline(int index)
getType
public int getType()
setType
public void setType(int value)
getChartType
public ChartType getChartType()
setChartType
public void setChartType(ChartType value)
applyCustomType
public void applyCustomType(ChartType value)
getValues
public Range getValues()
setValues
public void setValues(Range value)
getXValues
public Range getXValues()
setXValues
public void setXValues(Range value)
getBubbleSizes
public Range getBubbleSizes()
setBubbleSizes
public void setBubbleSizes(Range value)
getBarShape
public BarShape getBarShape()
setBarShape
public void setBarShape(BarShape value)
isApplyPictToSides
public boolean isApplyPictToSides()
setApplyPictToSides
public void setApplyPictToSides(boolean value)
isApplyPictToFront
public boolean isApplyPictToFront()
setApplyPictToFront
public void setApplyPictToFront(boolean value)
isApplyPictToEnd
public boolean isApplyPictToEnd()
setApplyPictToEnd
public void setApplyPictToEnd(boolean value)
isHas3DEffect
public boolean isHas3DEffect()
setHas3DEffect
public void setHas3DEffect(boolean value)
isShadow
public boolean isShadow()
setShadow
public void setShadow(boolean value)
isHasLeaderLines
public boolean isHasLeaderLines()
setHasLeaderLines
public void setHasLeaderLines(boolean value)
getLeaderLines
public LeaderLines getLeaderLines()