|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartDataPoint
public class ChartDataPoint
Represents series data point.
Method Summary | |
---|---|
java.awt.Color |
getAutomaticDataPointColor()
Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. |
IDoubleChartValue |
getBubbleSize()
BubbleSize. |
IErrorBarsCustomValues |
getErrorBarsCustomValues()
Represents series error bars values in case of Custom value type. |
int |
getExplosion()
Specifies the amount the data point shall be moved from the center of the pie. |
IFormat |
getFormat()
Represents the formatting properties. |
IDataLabel |
getLabel()
Label. |
IMarker |
getMarker()
Specifies a data marker. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IDoubleChartValue |
getValue()
Value. |
IStringOrDoubleChartValue |
getXValue()
XValue. |
IDoubleChartValue |
getYValue()
YValue. |
boolean |
isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them. |
void |
remove()
Removes DataPoint from chart series. |
void |
setBubble3D(boolean value)
Specifies that the bubbles 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 |
setFormat(IFormat value)
Represents the formatting properties. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IStringOrDoubleChartValue getXValue()
XValue.
Read-only IStringOrDoubleChartValue
.
getXValue
in interface IChartDataPoint
public IDoubleChartValue getYValue()
YValue.
Read-only IDoubleChartValue
.
getYValue
in interface IChartDataPoint
public IDoubleChartValue getBubbleSize()
BubbleSize.
Read-only IDoubleChartValue
.
getBubbleSize
in interface IChartDataPoint
public IDoubleChartValue getValue()
Value.
Read-only IDoubleChartValue
.
getValue
in interface IChartDataPoint
public IErrorBarsCustomValues getErrorBarsCustomValues()
Represents series error bars values in case of Custom value type.
Read-only IErrorBarsCustomValues
.
getErrorBarsCustomValues
in interface IChartDataPoint
public IDataLabel getLabel()
Label.
Read-only IDataLabel
.
getLabel
in interface IChartDataPoint
public boolean isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them.
Read/write boolean
.
isBubble3D
in interface IChartDataPoint
public void setBubble3D(boolean value)
Specifies that the bubbles have a 3-D effect applied to them.
Read/write boolean
.
setBubble3D
in interface IChartDataPoint
public int getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
Read/write int
.
getExplosion
in interface IChartDataPoint
public void setExplosion(int value)
Specifies the amount the data point shall be moved from the center of the pie.
Read/write int
.
setExplosion
in interface IChartDataPoint
public IFormat getFormat()
Represents the formatting properties.
Read/write IFormat
.
getFormat
in interface IChartDataPoint
public void setFormat(IFormat value)
Represents the formatting properties.
Read/write IFormat
.
setFormat
in interface IChartDataPoint
public IMarker getMarker()
Specifies a data marker.
Read-only IMarker
.
getMarker
in interface IChartDataPoint
public void remove()
Removes DataPoint from chart series.
remove
in interface IChartDataPoint
PptxEditException
- Thrown if data point is already removed from chart series.public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public java.awt.Color getAutomaticDataPointColor()
Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined.
getAutomaticDataPointColor
in interface IChartDataPoint
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |