|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartSeriesGroup
public class ChartSeriesGroup
Represents group of series.
Method Summary | |
---|---|
IChartSeries |
get_Item(int index)
Gets the element at the specified index. |
int |
getFirstSliceAngle()
Gets or sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). |
int |
getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. |
int |
getGapWidth()
Specifies the space between bar or column clusters, as a percentage of the bar or column width. |
boolean |
getPlotOnSecondAxis()
Indicates if series of this group is plotted on secondary axis. |
IChartSeriesReadonlyCollection |
getSeries()
|
int |
getType()
Returns a type of this series group. |
IUpDownBarsManager |
getUpDownBars()
Provede access to up/down bars of Line- or Stock-chart. |
boolean |
hasSeriesLines()
True if chart has series lines. |
void |
hasSeriesLines(boolean value)
|
boolean |
isColorVaried()
Specifies that each data marker in the series has a different color. |
void |
isColorVaried(boolean value)
|
void |
setFirstSliceAngle(int value)
|
void |
setGapDepth(int value)
|
void |
setGapWidth(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getType()
Returns a type of this series group.
getType
in interface IChartSeriesGroup
public boolean getPlotOnSecondAxis()
Indicates if series of this group is plotted on secondary axis.
getPlotOnSecondAxis
in interface IChartSeriesGroup
public IChartSeriesReadonlyCollection getSeries()
getSeries
in interface IChartSeriesGroup
public IChartSeries get_Item(int index)
Gets the element at the specified index.
get_Item
in interface IChartSeriesGroup
public IUpDownBarsManager getUpDownBars()
Provede access to up/down bars of Line- or Stock-chart.
getUpDownBars
in interface IChartSeriesGroup
public int getGapWidth()
Specifies the space between bar or column clusters, as a percentage of the bar or column width.
getGapWidth
in interface IChartSeriesGroup
public void setGapWidth(int value)
setGapWidth
in interface IChartSeriesGroup
public int getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
Read/write int
.
getGapDepth
in interface IChartSeriesGroup
public void setGapDepth(int value)
setGapDepth
in interface IChartSeriesGroup
public int getFirstSliceAngle()
Gets or sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees).
getFirstSliceAngle
in interface IChartSeriesGroup
public void setFirstSliceAngle(int value)
setFirstSliceAngle
in interface IChartSeriesGroup
public boolean isColorVaried()
Specifies that each data marker in the series has a different color.
isColorVaried
in interface IChartSeriesGroup
public void isColorVaried(boolean value)
isColorVaried
in interface IChartSeriesGroup
public boolean hasSeriesLines()
True if chart has series lines. Applied to stacked bar and OfPie charts.
hasSeriesLines
in interface IChartSeriesGroup
public void hasSeriesLines(boolean value)
hasSeriesLines
in interface IChartSeriesGroup
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |