Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class ASeries

java.lang.Object
  extended by com.aspose.cells.ASeries

public class ASeries
extends java.lang.Object

Encapsulates the object that represents a single data series in a chart.


Method Summary
 Area getArea()
          Gets the background area of ASeries object.
 int getBarShape()
          Get the shape used with the 3D bar or column chart
 Line getBorder()
          Gets the line or border of ASeries object.
 short getBubbleScale()
          Gets the scale factor for bubbles in the specified chart group.
 int getBubbleSizeRepresents()
          Gets what the bubble size represents on a bubble chart.
 java.lang.String getBubbleSizes()
          Gets the size data for the bubble chart.
 ChartPoints getChartPoints()
          Gets the collection of points in a series in a chart.
 DataLabels getDataLabels()
          Gets the DataLabels object for the specified Series.
 short getDoughnutHoleSize()
          Gets the size of the hole in a doughnut chart group.
 DropBar getDownBar()
          Get the DropBar object that represents the down bar on a line chart
 Line getDropLine()
          Get the Line object that represents the drop line for a series on the line chart or area chart.
 int getExplosion()
          Get the distance of an open pie slice from the center of the pie chart, expressed as a percentage of the pie diameter.
 int getFirstSliceAngle()
          Get the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).
 int getGapWidth()
          Get the space between bar or column clusters, as a percentage of the bar or column width.
 Line getHiLoLine()
          Gets the HiLoLines object that represents the high-low line for a series on a line chart.
 Line getLeaderLine()
          Get the Leader Line object that represents the leader line for a chart.
 Marker getMarker()
          Gets the Marker settings for line chart, scatter chart, or radar chart.
 Color getMarkerBackgroundColor()
          Gets the marker backgournd color in a line chart, scatter chart, or radar chart.
 Color getMarkerForegroundColor()
          Gets the marker foregournd color in a line chart, scatter chart, or radar chart.
 int getMarkerSize()
          Gets the marker size in a line chart, scatter chart, or radar chart.
 short getMarkerStyle()
          Gets the marker style in a line chart, scatter chart, or radar chart.
 java.lang.String getName()
          Gets the name of the data series.
 int getOverlap()
          Specifies how bars and columns are positioned.
 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.
 Line getSeriesLine()
          Get the Series Line object that represents the series line for a stacked bar chart or a stacked column chart.
 int getSeriesNumber()
          Gets the series number (as shown in name box -- Sereies1, Sereies2, etc.).
 short getSplitType()
          Gets the way the two sections of either a pie of pie chart or a bar of pie chart are split
 double getSplitValue()
          Gets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.
 Trendlines getTrendlines()
          Gets Trendlines object represents a collection of all the trendlines for the series.
 int getType()
          Gets a data series' type.
 DropBar getUpBar()
          Get the DropBar object that represents the up bar on a line chart
 java.lang.String getValues()
          Gets the data of the chart series.
 ErrorBars getXErroBars()
          Gets x error bars of the series
 java.lang.String getXValues()
          Gets the range of x values.
 ErrorBars getYErroBars()
          Gets y error bars of the series
 boolean has3DEffect()
          Indicates whether the series has 3D-effect.
 boolean hasDropLine()
          Whether the chart has drop line.
 boolean hasHiLoLine()
          Whether the line chart has high-low line.
 boolean hasLeaderLine()
          Indicates whether the series has leader lines.
 boolean hasRadarAxisLabels()
          Indicates if a radar chart has category axis labels.
 boolean hasSeriesLine()
          Whether a stacked column chart or bar chart has series line or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections.
 boolean hasUpDownBar()
          Indicates if a line chart has up and down bars.
 boolean isColorVaried()
          Indicates whether the color of points is varied.
 boolean isInvertIfNegative()
          Indicates if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
 boolean isPlotOnSecondAxis()
          Indicates whether this series is plotted on second value axis.
 boolean isShadow()
          Indicates whether the series has a shadow
 boolean isShowNegativeBubbles()
          If negative bubbles are shown for the chart group.
 boolean isSmooth()
          Indicates whether curve smoothing is turned on.
 void setBarShape(int bar3DShapeType)
          Set the shape used with the 3D bar or column chart
 void setBubbleScale(short val)
          Sets the scale factor for bubbles in the specified chart group.
 void setBubbleSizeRepresents(int sizePresents)
          ets what the bubble size represents on a bubble chart.
 void setBubbleSizes(java.lang.String sizes)
          Sets the size data for the bubble chart.
 void setColorVaried(boolean isColorVaried)
          Sets whether the color of points is varied.
 void setDoughnutHoleSize(short val)
          Sets the size of the hole in a doughnut chart group.
 void setExplosion(int value)
          Set the distance of an open pie slice from the center of the pie chart, expressed as a percentage of the pie diameter.
 void setFirstSliceAngle(int angle)
          Get the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).
 void setGapWidth(int gapWidth)
          Set the space between bar or column clusters, as a percentage of the bar or column width.
 void setHas3DEffect(boolean has3DEffect)
          Sets whether the series has 3D-effect.
 void setHasDropLine(boolean hasDropLine)
          Set the chart has drop line.
 void setHasHiLoLine(boolean hasHiLoLine)
          Sets whether the line chart has high-low line.
 void setHasLeaderLine(boolean hasLeaderLine)
          Sets whether the series has leader lines.
 void setHasRadarAxisLabels(boolean flag)
          Sets if a radar chart has category axis labels.
 void setHasSeriesLine(boolean hasSeriesLine)
          Set a stacked column chart or bar chart has series line or if a Pie of Pie chart or Bar of Pie chart has connector line between the two sections.
 void setInvertIfNegative(boolean invert)
          Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
 void setMarkerBackgroundColor(Color markerBackgroundColor)
          Sets the marker backgournd color in a line chart, scatter chart, or radar chart.
 void setMarkerForegroundColor(Color markerForegroundColor)
          Represents the marker foregournd color in a line chart, scatter chart, or radar chart.
 void setMarkerSize(int markerSize)
          Sets the marker size in a line chart, scatter chart, or radar chart.
 void setMarkerStyle(short markerStyle)
          Sets the marker style in a line chart, scatter chart, or radar chart.
 void setName(java.lang.String name)
          Sets the name of the data series.
 void setOverlap(int overlap)
          Specifies how bars and columns are positioned.
 void setPlotOnSecondAxis(boolean isPlotOnSecondAxis)
          Sets whether this series is plotted on second value axis.
 void setSecondPlotSize(short size)
          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 setSeriesNumber(int seriesNumber)
          Sets the series number(as shown in name box -- Sereies1, Sereies2, etc.).
 void setShadow(boolean isShadow)
          Sets whether the series has a shadow
 void setShowNegativeBubbles(boolean show)
          Sets if negative bubbles are shown for the chart group.
 void setSmooth(boolean isSmooth)
          Sets whether curve smoothing is turned on.
 void setSplitType(short type)
          Sets the way the two sections of either a pie of pie chart or a bar of pie chart are split
 void setSplitValue(double splitValue)
          Sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.
 void setType(int type)
          Sets a data series' type.
 void setUpDownBar(boolean hasUpDownBar)
          Set a line chart has up and down bars.
 void setValues(java.lang.String values)
          Sets the data of the chart series.
 void setXValues(java.lang.String xValues)
          Sets the range of x values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()
Gets a data series' type.

Returns:
a data series' type.

setType

public void setType(int type)
Sets a data series' type.

Parameters:
type - a data series' type.
Throws:
CellsException - if chart has been removed.

hasHiLoLine

public boolean hasHiLoLine()
Whether the line chart has high-low line. Applies only to line charts.


setHasHiLoLine

public void setHasHiLoLine(boolean hasHiLoLine)
Sets whether the line chart has high-low line. Applies only to line charts.

Parameters:
hasHiLoLine - whether the line chart has high-low line.

getHiLoLine

public Line getHiLoLine()
Gets the HiLoLines object that represents the high-low line for a series on a line chart. Applies only to line charts.

Returns:
high-low line for a series on a line chart

hasSeriesLine

public boolean hasSeriesLine()
Whether a stacked column chart or bar chart has series line or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.

Returns:
Whether the chart has series line

setHasSeriesLine

public void setHasSeriesLine(boolean hasSeriesLine)
Set a stacked column chart or bar chart has series line or if a Pie of Pie chart or Bar of Pie chart has connector line between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.

Parameters:
hasSeriesLine -

getSeriesLine

public Line getSeriesLine()
Get the Series Line object that represents the series line for a stacked bar chart or a stacked column chart. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.

Returns:
Serie Line object

hasDropLine

public boolean hasDropLine()
Whether the chart has drop line. Applies only to line chart or area chart.

Returns:
Whether the chart has drop line

setHasDropLine

public void setHasDropLine(boolean hasDropLine)
Set the chart has drop line. Applies only to line chart or area chart.

Parameters:
hasDropLine -

getDropLine

public Line getDropLine()
Get the Line object that represents the drop line for a series on the line chart or area chart. Applies only to line chart or area charts.

Returns:
drop line for a series

hasUpDownBar

public boolean hasUpDownBar()
Indicates if a line chart has up and down bars. Applies only to line charts.

Returns:
whether the chart has up and down bars.

setUpDownBar

public void setUpDownBar(boolean hasUpDownBar)
Set a line chart has up and down bars. Applies only to line charts.

Parameters:
hasUpDownBar - whether the chart has up and down bars.

getUpBar

public DropBar getUpBar()
Get the DropBar object that represents the up bar on a line chart

Returns:
up bar on the line chart

getDownBar

public DropBar getDownBar()
Get the DropBar object that represents the down bar on a line chart

Returns:
down bar on the line chart

getGapWidth

public int getGapWidth()
Get the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500.

Returns:
the space between bar or column clusters

setGapWidth

public void setGapWidth(int gapWidth)
Set the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500.

Parameters:
gapWidth - the space between bar or column clusters

getFirstSliceAngle

public int getFirstSliceAngle()
Get the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360.

Returns:
the angle of the first pie-chart or doughnut-chart slice

setFirstSliceAngle

public void setFirstSliceAngle(int angle)
Get the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360.

Parameters:
angle - the angle of the first pie-chart or doughnut-chart slice

getOverlap

public int getOverlap()
Specifies how bars and columns are positioned. Can be a value between �00 and 100. Applies only to 2-D bar and 2-D column charts.

Returns:
overlap of bars and columns are positioned

setOverlap

public void setOverlap(int overlap)
Specifies how bars and columns are positioned. Can be a value between �00 and 100. Applies only to 2-D bar and 2-D column charts.

Parameters:
overlap - overlap of bars and columns are positioned

hasLeaderLine

public boolean hasLeaderLine()
Indicates whether the series has leader lines. Applies only to pie chart.

Returns:
whether the series has leader lines.

setHasLeaderLine

public void setHasLeaderLine(boolean hasLeaderLine)
Sets whether the series has leader lines. Applies only to pie chart.

Parameters:
hasLeaderLine - whether the series has leader lines.

getLeaderLine

public Line getLeaderLine()
Get the Leader Line object that represents the leader line for a chart. Leader lines connect data labels to data points. Applies only to pie chart.

Returns:
Serie Line object

hasRadarAxisLabels

public boolean hasRadarAxisLabels()
Indicates if a radar chart has category axis labels. Applies only to radar charts.

Returns:
if a radar chart has category axis labels.

setHasRadarAxisLabels

public void setHasRadarAxisLabels(boolean flag)
Sets if a radar chart has category axis labels. Applies only to radar charts.

Parameters:
flag - if a radar chart has category axis labels.

getDoughnutHoleSize

public short getDoughnutHoleSize()
Gets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.

Returns:
the size of the hole in a doughnut chart group.

setDoughnutHoleSize

public void setDoughnutHoleSize(short val)
Sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.

Parameters:
val - the size of the hole in a doughnut chart group.

isColorVaried

public boolean isColorVaried()
Indicates whether the color of points is varied.

Returns:
whether the color of points is varied.
Throws:
CellsException - if chart has been removed.

setColorVaried

public void setColorVaried(boolean isColorVaried)
Sets whether the color of points is varied.

Parameters:
isColorVaried - whether the color of points is varied.
Throws:
CellsException - if chart has been removed.

getSplitType

public short getSplitType()
Gets the way the two sections of either a pie of pie chart or a bar of pie chart are split

Returns:
the way the two sections of either a pie of pie chart or a bar of pie chart are split
See Also:
setSplitType(short)

setSplitType

public void setSplitType(short type)
Sets the way the two sections of either a pie of pie chart or a bar of pie chart are split

Parameters:
type - the way the two sections of either a pie of pie chart or a bar of pie chart are split.
See Also:
ChartSplitType

getSplitValue

public double getSplitValue()
Gets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart. -1 means auto.

Returns:
the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.

setSplitValue

public void setSplitValue(double splitValue)
Sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.

Parameters:
splitValue - the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.

getSecondPlotSize

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

Returns:
the size of the secondary section of either a pie of pie chart or a bar of pie chart

setSecondPlotSize

public void setSecondPlotSize(short size)
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. Can be a value from 5 to 200.

Parameters:
size - the size of the secondary section of either a pie of pie chart or a bar of pie chart

getArea

public Area getArea()
Gets the background area of ASeries object.

Returns:
the background area of ASeries object.
Throws:
CellsException - if series collection has been removed.

getBorder

public Line getBorder()
Gets the line or border of ASeries object.

Returns:
the line or border of ASeries object.
Throws:
CellsException - if series collection has been removed.

getBarShape

public int getBarShape()
Get the shape used with the 3D bar or column chart

Returns:
the shape used with the 3D bar or column chart

setBarShape

public void setBarShape(int bar3DShapeType)
Set the shape used with the 3D bar or column chart

Parameters:
bar3DShapeType - the shape used with the 3D bar or column chart.
See Also:
Bar3DShapeType

getDataLabels

public DataLabels getDataLabels()
Gets the DataLabels object for the specified Series.

Returns:
the DataLabels object for the specified Series.
Throws:
CellsException - if series collection has been removed.

isInvertIfNegative

public boolean isInvertIfNegative()
Indicates if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.

Returns:
true if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.

setInvertIfNegative

public void setInvertIfNegative(boolean invert)
Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.

Parameters:
invert - whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.

getExplosion

public int getExplosion()
Get the distance of an open pie slice from the center of the pie chart, expressed as a percentage of the pie diameter.

Returns:
the distance of an open pie slice from the center of the pie chart

setExplosion

public void setExplosion(int value)
Set the distance of an open pie slice from the center of the pie chart, expressed as a percentage of the pie diameter.

Parameters:
value - the distance of an open pie slice from the center of the pie chart

getTrendlines

public Trendlines getTrendlines()
Gets Trendlines object represents a collection of all the trendlines for the series.

Returns:
Trendlines object
Throws:
CellsException - if series collection has been removed.

getName

public java.lang.String getName()
Gets the name of the data series.

Returns:
the name of the data series.
Throws:
CellsException - if series collection has been removed.

setName

public void setName(java.lang.String name)
Sets the name of the data series.

Parameters:
name - the name of the data series.
Throws:
CellsException - if series collection has been removed.

getValues

public java.lang.String getValues()
Gets the data of the chart series.

Returns:
the data of the chart series.
Throws:
CellsException - if series collection has been removed.

setValues

public void setValues(java.lang.String values)
Sets the data of the chart series.

Parameters:
values - the data of the chart series.
Throws:
CellsException - if series collection has been removed.

setXValues

public void setXValues(java.lang.String xValues)
Sets the range of x values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}").

Parameters:
xValues - the range of x values.
Throws:
java.lang.IllegalArgumentException - if category data is invalid.
CellsException - if chart has been removed.

getXValues

public java.lang.String getXValues()
Gets the range of x values.

Returns:
the range of x values.
Throws:
CellsException - if chart has been removed.
See Also:
setXValues(String)

setBubbleSizes

public void setBubbleSizes(java.lang.String sizes)
Sets the size data for the bubble chart. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}").

Parameters:
sizes - the size data for the bubble chart.
Throws:
java.lang.IllegalArgumentException - if category data is invalid.
CellsException - if chart has been removed.

getBubbleSizes

public java.lang.String getBubbleSizes()
Gets the size data for the bubble chart.

Returns:
the size data for the bubble chart.
Throws:
CellsException - if chart has been removed.
See Also:
setBubbleSizes(String)

getBubbleSizeRepresents

public int getBubbleSizeRepresents()
Gets what the bubble size represents on a bubble chart.

Returns:
the bubble size represents on a bubble chart.
See Also:
setBubbleSizeRepresents(int)

setBubbleSizeRepresents

public void setBubbleSizeRepresents(int sizePresents)
ets what the bubble size represents on a bubble chart.

Parameters:
sizePresents - the bubble size represents on a bubble chart. It could be one of the following values:
BubbleSizeRepresents.AREA
BubbleSizeRepresents.WIDTH

isShowNegativeBubbles

public boolean isShowNegativeBubbles()
If negative bubbles are shown for the chart group. Valid only for bubble charts.

Returns:
True if negative bubbles are shown for the chart group.

setShowNegativeBubbles

public void setShowNegativeBubbles(boolean show)
Sets if negative bubbles are shown for the chart group. Valid only for bubble charts.

Parameters:
show - True if negative bubbles are shown for the chart group.

getBubbleScale

public short getBubbleScale()
Gets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts.

Returns:
the scale factor for bubbles in the specified chart group.

setBubbleScale

public void setBubbleScale(short val)
Sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts.

Parameters:
val - the scale factor for bubbles in the specified chart group.

getChartPoints

public ChartPoints getChartPoints()
Gets the collection of points in a series in a chart.

Returns:
the collection of points in a series in a chart.
Throws:
CellsException - if chart has been removed.

getMarker

public Marker getMarker()
Gets the Marker settings for line chart, scatter chart, or radar chart.

Returns:
Marker settings of series.

getMarkerBackgroundColor

public Color getMarkerBackgroundColor()
Gets the marker backgournd color in a line chart, scatter chart, or radar chart.

Returns:
the marker backgournd color
Throws:
CellsException - if chart has been removed.
See Also:
Marker.getArea()

setMarkerBackgroundColor

public void setMarkerBackgroundColor(Color markerBackgroundColor)
Sets the marker backgournd color in a line chart, scatter chart, or radar chart.

Parameters:
markerBackgroundColor - the marker backgournd color.
Throws:
CellsException - if chart has been removed.
See Also:
Marker.getArea()

getMarkerForegroundColor

public Color getMarkerForegroundColor()
Gets the marker foregournd color in a line chart, scatter chart, or radar chart.

Returns:
the marker foregournd color.
Throws:
CellsException - if chart has been removed.
See Also:
Marker.getLine()

setMarkerForegroundColor

public void setMarkerForegroundColor(Color markerForegroundColor)
Represents the marker foregournd color in a line chart, scatter chart, or radar chart.

Parameters:
markerForegroundColor - the marker foregournd color.
Throws:
CellsException - if chart has been removed.

getMarkerSize

public int getMarkerSize()
Gets the marker size in a line chart, scatter chart, or radar chart.

Returns:
the marker size.
Throws:
CellsException - if chart has been removed.
See Also:
Marker.getSize()

setMarkerSize

public void setMarkerSize(int markerSize)
Sets the marker size in a line chart, scatter chart, or radar chart.

Parameters:
markerSize - the marker size(between 2 and 72).
Throws:
java.lang.IllegalArgumentException - if marker size is not between 2 and 72;
CellsException - if chart has been removed.
See Also:
Marker.setSize(int)

getMarkerStyle

public short getMarkerStyle()
Gets the marker style in a line chart, scatter chart, or radar chart.

Returns:
the marker style.
Throws:
CellsException - if chart has been removed.
See Also:
Marker.getStyle()

setMarkerStyle

public void setMarkerStyle(short markerStyle)
Sets the marker style in a line chart, scatter chart, or radar chart.

Parameters:
markerStyle - the marker style. It could be one of the following values:
ChartMarkerType.AUTOMATIC
ChartMarkerType.CIRCLE
ChartMarkerType.DASH
ChartMarkerType.DOT
ChartMarkerType.DIAMOND
ChartMarkerType.NONE
ChartMarkerType.SQUARE_PLUS
ChartMarkerType.SQUARE
ChartMarkerType.SQUARE_STAR
ChartMarkerType.TRIANGLE
ChartMarkerType.SQUARE_X
Throws:
java.lang.IllegalArgumentException - if marker style is invalid.
CellsException - if chart has been removed.
See Also:
Marker.setStyle(short)

getYErroBars

public ErrorBars getYErroBars()
Gets y error bars of the series

Returns:
Errorbars Object.
Throws:
CellsException - if chart has been removed.

getXErroBars

public ErrorBars getXErroBars()
Gets x error bars of the series

Returns:
Errorbars Object.
Throws:
CellsException - if chart has been removed.

getSeriesNumber

public int getSeriesNumber()
Gets the series number (as shown in name box -- Sereies1, Sereies2, etc.). Only effects when series name is auto assigned.

Returns:
the series number.

setSeriesNumber

public void setSeriesNumber(int seriesNumber)
Sets the series number(as shown in name box -- Sereies1, Sereies2, etc.). Only effects when series name is auto assigned.

Parameters:
seriesNumber - series number.
Throws:
CellsException - if chart has been removed.
See Also:
getSeriesNumber()

isSmooth

public boolean isSmooth()
Indicates whether curve smoothing is turned on. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts.

Returns:
whether curve smoothing is turned on.

setSmooth

public void setSmooth(boolean isSmooth)
Sets whether curve smoothing is turned on. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts.

Parameters:
isSmooth - whether curve smoothing is turned on.
Throws:
CellsException - if chart has been removed.

isShadow

public boolean isShadow()
Indicates whether the series has a shadow

Returns:
whether the series has a shadow

setShadow

public void setShadow(boolean isShadow)
Sets whether the series has a shadow

Parameters:
isShadow - whether the series has a shadow

has3DEffect

public boolean has3DEffect()
Indicates whether the series has 3D-effect. Applies only to Bubble charts

Returns:
whether the series has 3D-effect.

setHas3DEffect

public void setHas3DEffect(boolean has3DEffect)
Sets whether the series has 3D-effect. Applies only to Bubble charts

Parameters:
has3DEffect - whether the series has 3D-effect.

isPlotOnSecondAxis

public boolean isPlotOnSecondAxis()
Indicates whether this series is plotted on second value axis.

Returns:
whether this series is plotted on second value axis.

setPlotOnSecondAxis

public void setPlotOnSecondAxis(boolean isPlotOnSecondAxis)
Sets whether this series is plotted on second value axis.

Parameters:
isPlotOnSecondAxis - whether this series is plotted on second value axis.
Throws:
CellsException - if chart has been removed.
java.lang.IllegalArgumentException - if no series is on the primary axis.