public class ChartDataPoint extends java.lang.Object implements IChartDataPoint, java.lang.Cloneable
To learn more, visit the Working with Charts documentation article.
On a series, theChartDataPoint object is a member of the ChartDataPointCollection. The ChartDataPointCollection contains a ChartDataPoint object for each point.| Modifier and Type | Method and Description |
|---|---|
void |
clearFormat()
Clears format of this data point.
|
boolean |
getBubble3D()
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
|
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 this data point.
|
int |
getIndex()
Index of the data point this object applies formatting to.
|
boolean |
getInvertIfNegative()
Specifies whether the parent element shall inverts its colors if the value is negative.
|
ChartMarker |
getMarker()
Specifies a data marker.
|
void |
materializeSpPr() |
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.
|
public void clearFormat()
public void materializeSpPr()
public int getIndex()
int value.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 boolean getBubble3D()
IChartDataPointgetBubble3D in interface IChartDataPointboolean value.public void setBubble3D(boolean value)
IChartDataPointsetBubble3D in interface IChartDataPointvalue - The corresponding boolean value.public ChartFormat getFormat()
ChartFormat value.public ChartMarker getMarker()
IChartDataPointgetMarker in interface IChartDataPointChartMarker value.protected java.lang.Object memberwiseClone()