public class ChartSeries extends java.lang.Object implements IChartDataPoint, java.lang.Cloneable
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBubble3D()
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
|
ChartDataLabelCollection |
getDataLabels()
Specifies the settings for the data labels for the entire series.
|
ChartDataPointCollection |
getDataPoints()
Returns a collection of formatting objects for all data points in this series.
|
int |
getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
|
ChartFormat |
getFormat()
Provides access to fill and line formatting of the series.
|
boolean |
getInvertIfNegative()
Specifies whether the parent element shall inverts its colors if the value is negative.
|
ChartLegendEntry |
getLegendEntry()
Gets a legend entry for this chart series.
|
ChartMarker |
getMarker()
Specifies a data marker.
|
java.lang.String |
getName()
Gets the name of the series, if name is not set explicitly it is generated using index.
|
boolean |
getSmooth()
Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines.
|
boolean |
hasDataLabels()
Gets a flag indicating whether data labels are displayed for the series.
|
void |
hasDataLabels(boolean value)
Sets a flag indicating whether data labels are displayed for the series.
|
protected java.lang.Object |
memberwiseClone() |
void |
setBubble3D(boolean value)
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
|
void |
setExplosion(int value)
Specifies the amount the data point shall be moved from the center of the pie.
|
void |
setInvertIfNegative(boolean value)
Specifies whether the parent element shall inverts its colors if the value is negative.
|
void |
setName(java.lang.String value)
Sets the name of the series, if name is not set explicitly it is generated using index.
|
void |
setSmooth(boolean value)
Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines.
|
public int getExplosion()
IChartDataPointgetExplosion in interface IChartDataPointint value.public void setExplosion(int value)
IChartDataPointsetExplosion in interface IChartDataPointvalue - The corresponding int value.public boolean getInvertIfNegative()
IChartDataPointgetInvertIfNegative in interface IChartDataPointboolean value.public void setInvertIfNegative(boolean value)
IChartDataPointsetInvertIfNegative in interface IChartDataPointvalue - The corresponding boolean value.public ChartMarker getMarker()
IChartDataPointgetMarker in interface IChartDataPointChartMarker value.public boolean getBubble3D()
IChartDataPointgetBubble3D in interface IChartDataPointboolean value.public void setBubble3D(boolean value)
IChartDataPointsetBubble3D in interface IChartDataPointvalue - The corresponding boolean value.public ChartDataPointCollection getDataPoints()
public java.lang.String getName()
public void setName(java.lang.String value)
value - The name of the series, if name is not set explicitly it is generated using index.public boolean getSmooth()
boolean value.public void setSmooth(boolean value)
value - The corresponding boolean value.public boolean hasDataLabels()
public void hasDataLabels(boolean value)
value - A flag indicating whether data labels are displayed for the series.public ChartDataLabelCollection getDataLabels()
ChartDataLabelCollection value.public ChartFormat getFormat()
ChartFormat value.public ChartLegendEntry getLegendEntry()
protected java.lang.Object memberwiseClone()