|
||||||||
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 | |
---|---|
IDoubleChartValue |
getBubbleSize()
|
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()
|
IMarker |
getMarker()
Specifies a data marker. |
IDoubleChartValue |
getValue()
|
IStringOrDoubleChartValue |
getXValue()
|
IDoubleChartValue |
getYValue()
|
boolean |
isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them. |
void |
isBubble3D(boolean value)
|
void |
setExplosion(int value)
|
void |
setFormat(IFormat value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IStringOrDoubleChartValue getXValue()
getXValue
in interface IChartDataPoint
public IDoubleChartValue getYValue()
getYValue
in interface IChartDataPoint
public IDoubleChartValue getBubbleSize()
getBubbleSize
in interface IChartDataPoint
public IDoubleChartValue getValue()
getValue
in interface IChartDataPoint
public IDataLabel getLabel()
getLabel
in interface IChartDataPoint
public boolean isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them.
isBubble3D
in interface IChartDataPoint
public void isBubble3D(boolean value)
isBubble3D
in interface IChartDataPoint
public int getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
getExplosion
in interface IChartDataPoint
public void setExplosion(int value)
setExplosion
in interface IChartDataPoint
public IFormat getFormat()
Represents the formatting properties.
getFormat
in interface IChartDataPoint
public void setFormat(IFormat value)
setFormat
in interface IChartDataPoint
public IMarker getMarker()
Specifies a data marker.
getMarker
in interface IChartDataPoint
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |