com.aspose.slides
Class ChartSeriesGroup

java.lang.Object
  extended by com.aspose.slides.ChartSeriesGroup
All Implemented Interfaces:
IChartSeriesGroup

public class ChartSeriesGroup
extends java.lang.Object
implements IChartSeriesGroup

Represents group of series.


1) See summary and remarks for ChartSeriesGroupCollection class and CombinableSeriesTypesGroup enum. 2) Group of series contains some series properies whitch is common for each series in group ("series group properties"). "Series group properties" in ChartSeriesGroup class is read/write. Each of "series group properties" can have a read-only projection in ChartSeries class.


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

getType

public int getType()

Returns a type of this series group.

Specified by:
getType in interface IChartSeriesGroup

getPlotOnSecondAxis

public boolean getPlotOnSecondAxis()

Indicates if series of this group is plotted on secondary axis.

Specified by:
getPlotOnSecondAxis in interface IChartSeriesGroup

getSeries

public IChartSeriesReadonlyCollection getSeries()
Specified by:
getSeries in interface IChartSeriesGroup

get_Item

public IChartSeries get_Item(int index)

Gets the element at the specified index.

Specified by:
get_Item in interface IChartSeriesGroup

getUpDownBars

public IUpDownBarsManager getUpDownBars()

Provede access to up/down bars of Line- or Stock-chart.

Specified by:
getUpDownBars in interface IChartSeriesGroup

getGapWidth

public int getGapWidth()

Specifies the space between bar or column clusters, as a percentage of the bar or column width.

Specified by:
getGapWidth in interface IChartSeriesGroup

setGapWidth

public void setGapWidth(int value)
Specified by:
setGapWidth in interface IChartSeriesGroup

getGapDepth

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.

Specified by:
getGapDepth in interface IChartSeriesGroup

setGapDepth

public void setGapDepth(int value)
Specified by:
setGapDepth in interface IChartSeriesGroup

getFirstSliceAngle

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).

Specified by:
getFirstSliceAngle in interface IChartSeriesGroup

setFirstSliceAngle

public void setFirstSliceAngle(int value)
Specified by:
setFirstSliceAngle in interface IChartSeriesGroup

isColorVaried

public boolean isColorVaried()

Specifies that each data marker in the series has a different color.

Specified by:
isColorVaried in interface IChartSeriesGroup

isColorVaried

public void isColorVaried(boolean value)
Specified by:
isColorVaried in interface IChartSeriesGroup

hasSeriesLines

public boolean hasSeriesLines()

True if chart has series lines. Applied to stacked bar and OfPie charts.

Specified by:
hasSeriesLines in interface IChartSeriesGroup

hasSeriesLines

public void hasSeriesLines(boolean value)
Specified by:
hasSeriesLines in interface IChartSeriesGroup