public interface IChartGroup
IChartGroups collection.| Modifier and Type | Method and Description |
|---|---|
AxisGroup |
getAxisGroup()
Returns the group for the specified chart group or series.
|
long |
getBinsCountValue()
Gets the number of bins in the histogram chart.
|
boolean |
getBinsOverflowEnabled()
Gets whether a bin for values above the BinsOverflowValue property is
enabled.
|
double |
getBinsOverflowValue()
Gets the value above which an overflow bin is displayed.
|
BinsType |
getBinsType()
Gets how the horizontal axis of the histogram chart is formatted.
|
boolean |
getBinsUnderflowEnabled()
Gets whether a bin for values below the BinsUnderflowValue property is
enabled.
|
double |
getBinsUnderflowValue()
Gets the value below which an underflow bin is displayed.
|
double |
getBinWidthValue()
Gets the number of points in each range.
|
int |
getBubbleScale()
Gets the scale factor for bubbles in the specified chart group.
|
int |
getDoughnutHoleSize()
Gets the size of the hole in a doughnut chart group.
|
IChartBars |
getDownBars()
Returns the
IChartBars object that represents the down bars on a line
chart. |
IChartLines |
getDropLines()
Returns the
IChartLines object that represents the drop lines for a
series on a line chart or area chart. |
int |
getFirstSliceAngle()
Gets the angle of the first pie-chart or doughnut-chart slice in degrees
(clockwise from vertical).
|
int |
getGapWidth()
Gets the gap width.
|
boolean |
getHasDropLines()
Gets whether the chart has drop lines (True if the line chart or area chart
has drop lines).
|
boolean |
getHasHiLoLines()
Gets whether the line chart has high-low lines (True if the line chart has
high-low lines).
|
boolean |
getHasSeriesLines()
Gets whether the chart has series lines (True if a stacked column chart or
bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has
connector lines between the two sections).
|
boolean |
getHasUpDownBars()
Gets whether the line chart has up and down bars (True if a line chart has up
and down bars).
|
IChartLines |
getHiLoLines()
Returns a Microsoft.Office.Interop.Excel.HiLoLines object that represents the
high-low lines for a series on a line chart.
|
int |
getOverlap()
Gets how bars and columns are positioned.
|
IChart |
getParent()
Returns the parent object for the specified object.
|
int |
getSecondPlotSize()
Gets the size of the secondary section of either a Pie of Pie chart or a Bar
of Pie chart, as a percentage of the size of the primary pie.
|
java.util.List<ISeries> |
getSeriesCollection()
Returns an object that represents a collection of all the series (a
ISeries collection) in the chart or chart group. |
IChartLines |
getSeriesLines()
Returns the
IChartLines object that represents the series lines for a
stacked bar chart or a stacked column chart. |
boolean |
getShowNegativeBubbles()
Gets whether to show negative bubbles (True if negative bubbles are shown for
the chart group).
|
SizeRepresents |
getSizeRepresents()
Sets what the bubble size represents on a bubble chart.
|
ChartSplitType |
getSplitType()
Gets the way the two sections of either a Pie of Pie chart or a Bar of Pie
chart are split.
|
int |
getSplitValue()
Gets the threshold value separating the two sections of either a Pie of Pie
chart or a Bar of Pie chart.
|
IChartBars |
getUpBars()
Returns an
IChartBars object that represents the up bars on a line
chart. |
boolean |
getVaryByCategories()
Gets whether to use a different color or pattern for each data marker (True
if Microsoft Excel assigns a different color or pattern to each data marker).
|
void |
setAxisGroup(AxisGroup value)
Sets the group for the specified chart group or series.
|
void |
setBinsCountValue(long value)
Sets the number of bins in the histogram chart.
|
void |
setBinsOverflowEnabled(boolean value)
Sets whether a bin for values above the BinsOverflowValue property is
enabled.
|
void |
setBinsOverflowValue(double value)
Sets the value above which an overflow bin is displayed.
|
void |
setBinsType(BinsType value)
Sets how the horizontal axis of the histogram chart is formatted.
|
void |
setBinsUnderflowEnabled(boolean value)
Sets whether a bin for values below the BinsUnderflowValue property is
enabled.
|
void |
setBinsUnderflowValue(double value)
Sets the value below which an underflow bin is displayed.
|
void |
setBinWidthValue(double value)
Sets the number of points in each range.
|
void |
setBubbleScale(int value)
Sets the scale factor for bubbles in the specified chart group.
|
void |
setDoughnutHoleSize(int value)
Sets the size of the hole in a doughnut chart group.
|
void |
setFirstSliceAngle(int value)
Sets the angle of the first pie-chart or doughnut-chart slice in degrees
(clockwise from vertical).
|
void |
setGapWidth(int value)
Sets the gap width.
|
void |
setHasDropLines(boolean value)
Sets whether the chart has drop lines (True if the line chart or area chart
has drop lines).
|
void |
setHasHiLoLines(boolean value)
Sets whether the line chart has high-low lines (True if the line chart has
high-low lines).
|
void |
setHasSeriesLines(boolean value)
Sets whether the chart has series lines (True if a stacked column chart or
bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has
connector lines between the two sections).
|
void |
setHasUpDownBars(boolean value)
Sets whether the line chart has up and down bars (True if a line chart has up
and down bars).
|
void |
setOverlap(int value)
Sets how bars and columns are positioned.
|
void |
setSecondPlotSize(int value)
Sets the size of the secondary section of either a Pie of Pie chart or a Bar
of Pie chart, as a percentage of the size of the primary pie.
|
void |
setShowNegativeBubbles(boolean value)
Sets whether to show negative bubbles (True if negative bubbles are shown for
the chart group).
|
void |
setSizeRepresents(SizeRepresents value)
Gets what the bubble size represents on a bubble chart.
|
void |
setSplitType(ChartSplitType value)
Sets the way the two sections of either a Pie of Pie chart or a Bar of Pie
chart are split.
|
void |
setSplitValue(int value)
Sets the threshold value separating the two sections of either a Pie of Pie
chart or a Bar of Pie chart.
|
void |
setVaryByCategories(boolean value)
Sets whether to use a different color or pattern for each data marker (True
if Microsoft Excel assigns a different color or pattern to each data marker).
|
IChart getParent()
AxisGroup getAxisGroup()
void setAxisGroup(AxisGroup value)
int getBubbleScale()
void setBubbleScale(int value)
int getDoughnutHoleSize()
void setDoughnutHoleSize(int value)
IChartBars getDownBars()
IChartBars object that represents the down bars on a line
chart. Applies only to line charts.IChartLines getDropLines()
IChartLines object that represents the drop lines for a
series on a line chart or area chart. Applies only to line charts or area
charts.int getFirstSliceAngle()
void setFirstSliceAngle(int value)
int getGapWidth()
void setGapWidth(int value)
boolean getHasDropLines()
void setHasDropLines(boolean value)
boolean getHasHiLoLines()
void setHasHiLoLines(boolean value)
boolean getHasSeriesLines()
void setHasSeriesLines(boolean value)
boolean getHasUpDownBars()
void setHasUpDownBars(boolean value)
IChartLines getHiLoLines()
int getOverlap()
void setOverlap(int value)
int getSecondPlotSize()
void setSecondPlotSize(int value)
IChartLines getSeriesLines()
IChartLines object that represents the series lines for a
stacked bar chart or a stacked column chart. Applies only to stacked bar and
stacked column charts.boolean getShowNegativeBubbles()
void setShowNegativeBubbles(boolean value)
SizeRepresents getSizeRepresents()
void setSizeRepresents(SizeRepresents value)
ChartSplitType getSplitType()
void setSplitType(ChartSplitType value)
int getSplitValue()
void setSplitValue(int value)
IChartBars getUpBars()
IChartBars object that represents the up bars on a line
chart. Applies only to line charts.boolean getVaryByCategories()
void setVaryByCategories(boolean value)
java.util.List<ISeries> getSeriesCollection()
ISeries collection) in the chart or chart group.BinsType getBinsType()
void setBinsType(BinsType value)
long getBinsCountValue()
void setBinsCountValue(long value)
boolean getBinsOverflowEnabled()
void setBinsOverflowEnabled(boolean value)
double getBinsOverflowValue()
void setBinsOverflowValue(double value)
boolean getBinsUnderflowEnabled()
void setBinsUnderflowEnabled(boolean value)
double getBinsUnderflowValue()
void setBinsUnderflowValue(double value)
double getBinWidthValue()
void setBinWidthValue(double value)