com.aspose.slides
Class ChartSeriesEx

java.lang.Object
  extended by com.aspose.slides.ChartSeriesEx

public class ChartSeriesEx
extends java.lang.Object

Represents a chart series.


Method Summary
 ChartCellCollection getBubbleSize()
           Returns collection of cells with bubbleSize.
 int getExplosion()
           The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.
 int getFirstSliceAngle()
           Gets or sets the angle of the pie-chart in degrees (Clockwise from vertical).
 FormatEx getFormat()
           Returns the format of a series.
 DataLabelsEx getLabels()
           Returns the Labels of a series.
 FormatEx getMarkerFill()
           Gets or sets the marker fill
 int getMarkerSize()
           Represents the marker size in a line chart, scatter chart, or radar chart.
 int getMarkerSymbol()
           Represents the marker style in a line chart, scatter chart, or radar chart.
 ChartCellCollection getNameCells()
           Returns collection of cells with series names.
 int getOrder()
           Returns the order of a series.
 boolean getPlotOnSecondAxis()
           Indicates if this series is plotted on second value axis.
 ChartPointCollectionEx getPoints()
           Returns the Points Collection of a series.
 byte getSmooth()
           Represents curve smoothing.
 int getType()
           Returns a type of this series.
 ChartCellCollection getValues()
           Returns collection of cells with values.
 ChartCellCollection getXValues()
           Returns collection of cells with XValues.
 ChartCellCollection getYValues()
           Returns collection of cells with YValues.
 boolean isColorVaried()
           Represents that color of point is varied.
 void isColorVaried(boolean value)
           
 void setExplosion(int value)
           
 void setFirstSliceAngle(int value)
           
 void setMarkerFill(FormatEx value)
           
 void setMarkerSize(int value)
           
 void setMarkerSymbol(int value)
           
 void setOrder(int value)
           
 void setPlotOnSecondAxis(boolean value)
           
 void setSmooth(byte value)
           
 void setType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMarkerFill

public FormatEx getMarkerFill()

Gets or sets the marker fill


setMarkerFill

public void setMarkerFill(FormatEx value)

getExplosion

public int getExplosion()

The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.


setExplosion

public void setExplosion(int value)

getSmooth

public byte getSmooth()

Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts.


setSmooth

public void setSmooth(byte value)

getMarkerSize

public int getMarkerSize()

Represents the marker size in a line chart, scatter chart, or radar chart.


setMarkerSize

public void setMarkerSize(int value)

getMarkerSymbol

public int getMarkerSymbol()

Represents the marker style in a line chart, scatter chart, or radar chart.


setMarkerSymbol

public void setMarkerSymbol(int value)

getNameCells

public ChartCellCollection getNameCells()

Returns collection of cells with series names. Read-only ChartCellCollection.


getXValues

public ChartCellCollection getXValues()

Returns collection of cells with XValues. Read-only ChartCellCollection.


getYValues

public ChartCellCollection getYValues()

Returns collection of cells with YValues. Read-only ChartCellCollection.


getBubbleSize

public ChartCellCollection getBubbleSize()

Returns collection of cells with bubbleSize. Read-only ChartCellCollection.


getValues

public ChartCellCollection getValues()

Returns collection of cells with values. Read-only ChartCellCollection.


getType

public int getType()

Returns a type of this series.


setType

public void setType(int value)

getFormat

public FormatEx getFormat()

Returns the format of a series. Read-only FormatEx.


getOrder

public int getOrder()

Returns the order of a series.


setOrder

public void setOrder(int value)

getLabels

public DataLabelsEx getLabels()

Returns the Labels of a series. Read-only DataLabelsEx.


getPlotOnSecondAxis

public boolean getPlotOnSecondAxis()

Indicates if this series is plotted on second value axis. Read-only bool.


setPlotOnSecondAxis

public void setPlotOnSecondAxis(boolean value)

getPoints

public ChartPointCollectionEx getPoints()

Returns the Points Collection of a series. Read-only ChartPointCollectionEx.


isColorVaried

public boolean isColorVaried()

Represents that color of point is varied. The chart should contain only one series.


isColorVaried

public void isColorVaried(boolean value)

getFirstSliceAngle

public int getFirstSliceAngle()

Gets or sets the angle of the pie-chart in degrees (Clockwise from vertical).


setFirstSliceAngle

public void setFirstSliceAngle(int value)