public interface ISeries
ISeriesCollection collection.| Modifier and Type | Method and Description |
|---|---|
void |
clearFormats()
Clears the formatting of the object.
|
void |
delete()
Deletes the object.
|
AxisGroup |
getAxisGroup()
Returns the group for the specified chart group or series.
|
BarShape |
getBarShape()
Returns or sets the shape used with the 3-D bar or column chart.
|
java.lang.Double[] |
getBubbleSizes()
Gets an array that contains the size data for the bubble chart.
|
ChartType |
getChartType()
Gets the chart type.
|
IDataLabels |
getDataLabels()
Returns an object that represents a collection of all the data labels for the
series.
|
int |
getExplosion()
Gets the explosion value for a pie-chart or doughnut-chart slice.
|
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
java.lang.String |
getFormula()
Gets the object's formula in A1-style notation.
|
java.lang.String |
getFormulaR1C1()
Gets the formula for the object using R1C1-style notation.
|
boolean |
getHas3DEffect()
Gets whether the series has a three-dimensional appearance.
|
boolean |
getHasDataLabels()
Gets whether the series has data labels.
|
boolean |
getHasErrorBars()
Gets whether the series has error bars.
|
IColorFormat |
getInvertColor()
Gets the fill color for negative data points in a series.
|
boolean |
getInvertIfNegative()
Gets whether Microsoft Excel inverts the pattern in the item when it
corresponds to a negative number.
|
IChartFormat |
getMarkerFormat()
Returns the
IChartFormat for the markers of this series. |
int |
getMarkerSize()
Gets the data-marker size in points.
|
MarkerStyle |
getMarkerStyle()
Gets the marker style for a point or series in a line chart, scatter chart,
or radar chart.
|
java.lang.String |
getName()
Gets the name of the object.
|
IChartGroup |
getParent()
Returns the parent object for the specified object.
|
ParentDataLabelOptions |
getParentDataLabelOption()
Gets the parent data label option for the specified series within the chart group.
|
DrawingPictureType |
getPictureType()
Gets the way pictures are displayed on a column or bar picture chart.
|
double |
getPictureUnit()
Gets the unit for each picture on the chart if the PictureType property is
set to Scale (if not, this property is ignored).
|
int |
getPlotOrder()
Gets the plot order for the selected series within the chart group.
|
IPoints |
getPoints()
Returns an object that represents a collection of all the points in the
series.
|
boolean |
getQuartileCalculationInclusiveMedian()
Gets whether the median is included in the calculation if N (the number of
values in the data) is odd.
|
boolean |
getShowConnectorLines()
Gets whether to show the connector lines which connect the end of each column
to the beginning of the next column.
|
boolean |
getShowInnerPoints()
Gets whether to show the data points that lie between the lower whisker line
and the upper whisker line.
|
boolean |
getShowMeanLine()
Gets whether to show the line connecting the means of the boxes in the
selected series.
|
boolean |
getShowMeanMarkers()
Gets whether to show the mean marker of the selected series.
|
boolean |
getShowOutlierPoints()
Gets whether to show the outlier points that lie either below the lower
whisker line or above the upper whisker line.
|
boolean |
getSmooth()
Gets the curve smoothing setting (True if curve smoothing is turned on for
the line chart or scatter chart).
|
ITrendlines |
getTrendlines()
Returns an object that represents a collection of all the trendlines for the
series.
|
java.lang.Double[] |
getValues()
Gets a collection of all the values in the series.
|
IErrorBar |
getXErrorBar()
Gets an ErrorBar object that represents the X direction error bar for the series.
|
java.lang.Object[] |
getXValues()
Gets an array of x values for a chart series.
|
IErrorBar |
getYErrorBar()
Gets an ErrorBar object that represents the Y direction error bar for the series.
|
void |
setAxisGroup(AxisGroup value)
Sets the group for the specified chart group or series.
|
void |
setBarShape(BarShape value)
Sets the shape used with the 3-D bar or column chart.
|
void |
setBubbleSizes(java.lang.Double[] value)
Sets an array that contains the size data for the bubble chart.
|
void |
setChartType(ChartType value)
Sets the chart type.
|
void |
setExplosion(int value)
Sets the explosion value for a pie-chart or doughnut-chart slice.
|
void |
setFormula(java.lang.String value)
Sets the object's formula in A1-style notation.
|
void |
setFormulaR1C1(java.lang.String value)
Sets the formula for the object using R1C1-style notation.
|
void |
setHas3DEffect(boolean value)
Sets whether the series has a three-dimensional appearance.
|
void |
setHasDataLabels(boolean value)
Sets whether the series has data labels.
|
void |
setHasErrorBars(boolean value)
Sets whether the series has error bars.
|
void |
setInvertIfNegative(boolean value)
Sets whether Microsoft Excel inverts the pattern in the item when it
corresponds to a negative number.
|
void |
setMarkerSize(int value)
Sets the data-marker size in points.
|
void |
setMarkerStyle(MarkerStyle value)
Sets the marker style for a point or series in a line chart, scatter chart,
or radar chart.
|
void |
setName(java.lang.String value)
Sets the name of the object.
|
void |
setParentDataLabelOption(ParentDataLabelOptions value)
Sets the parent data label option for the specified series within the chart group.
|
void |
setPictureType(DrawingPictureType value)
Sets the way pictures are displayed on a column or bar picture chart.
|
void |
setPictureUnit(double value)
Sets the unit for each picture on the chart if the PictureType property is
set to Scale (if not, this property is ignored).
|
void |
setPlotOrder(int value)
Sets the plot order for the selected series within the chart group.
|
void |
setQuartileCalculationInclusiveMedian(boolean value)
Sets whether the median is included in the calculation if N (the number of
values in the data) is odd.
|
void |
setShowConnectorLines(boolean value)
Sets whether to show the connector lines which connect the end of each column
to the beginning of the next column.
|
void |
setShowInnerPoints(boolean value)
Sets whether to show the data points that lie between the lower whisker line
and the upper whisker line.
|
void |
setShowMeanLine(boolean value)
Sets whether to show the line connecting the means of the boxes in the
selected series.
|
void |
setShowMeanMarkers(boolean value)
Sets whether to show the mean marker of the selected series.
|
void |
setShowOutlierPoints(boolean value)
Sets whether to show the outlier points that lie either below the lower
whisker line or above the upper whisker line.
|
void |
setSmooth(boolean value)
Sets the curve smoothing setting (True if curve smoothing is turned on for
the line chart or scatter chart).
|
void |
setValues(java.lang.Double[] value)
Sets a collection of all the values in the series.
|
void |
setXValues(java.lang.Object[] value)
Sets an array of x values for a chart series.
|
AxisGroup getAxisGroup()
void setAxisGroup(AxisGroup value)
BarShape getBarShape()
void setBarShape(BarShape value)
java.lang.Double[] getBubbleSizes()
void setBubbleSizes(java.lang.Double[] value)
ChartType getChartType()
void setChartType(ChartType value)
IErrorBar getXErrorBar()
IErrorBar getYErrorBar()
int getExplosion()
void setExplosion(int value)
IChartFormat getFormat()
IChartFormat object.java.lang.String getFormula()
void setFormula(java.lang.String value)
java.lang.String getFormulaR1C1()
void setFormulaR1C1(java.lang.String value)
boolean getHas3DEffect()
void setHas3DEffect(boolean value)
boolean getHasDataLabels()
void setHasDataLabels(boolean value)
boolean getHasErrorBars()
void setHasErrorBars(boolean value)
IColorFormat getInvertColor()
boolean getInvertIfNegative()
void setInvertIfNegative(boolean value)
IChartFormat getMarkerFormat()
IChartFormat for the markers of this series.int getMarkerSize()
void setMarkerSize(int value)
MarkerStyle getMarkerStyle()
void setMarkerStyle(MarkerStyle value)
java.lang.String getName()
void setName(java.lang.String value)
IChartGroup getParent()
DrawingPictureType getPictureType()
void setPictureType(DrawingPictureType value)
double getPictureUnit()
void setPictureUnit(double value)
int getPlotOrder()
void setPlotOrder(int value)
boolean getSmooth()
void setSmooth(boolean value)
boolean getShowInnerPoints()
void setShowInnerPoints(boolean value)
boolean getShowOutlierPoints()
void setShowOutlierPoints(boolean value)
boolean getShowMeanMarkers()
void setShowMeanMarkers(boolean value)
boolean getShowMeanLine()
void setShowMeanLine(boolean value)
boolean getShowConnectorLines()
void setShowConnectorLines(boolean value)
boolean getQuartileCalculationInclusiveMedian()
void setQuartileCalculationInclusiveMedian(boolean value)
java.lang.Double[] getValues()
void setValues(java.lang.Double[] value)
java.lang.Object[] getXValues()
void setXValues(java.lang.Object[] value)
ParentDataLabelOptions getParentDataLabelOption()
void setParentDataLabelOption(ParentDataLabelOptions value)
IDataLabels getDataLabels()
IPoints getPoints()
ITrendlines getTrendlines()
void clearFormats()
void delete()