com.aspose.slides
Class ChartDataPoint

java.lang.Object
  extended by com.aspose.slides.ChartDataPoint
All Implemented Interfaces:
IChartDataPoint

public class ChartDataPoint
extends java.lang.Object
implements IChartDataPoint

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

getXValue

public IStringOrDoubleChartValue getXValue()
Specified by:
getXValue in interface IChartDataPoint

getYValue

public IDoubleChartValue getYValue()
Specified by:
getYValue in interface IChartDataPoint

getBubbleSize

public IDoubleChartValue getBubbleSize()
Specified by:
getBubbleSize in interface IChartDataPoint

getValue

public IDoubleChartValue getValue()
Specified by:
getValue in interface IChartDataPoint

getLabel

public IDataLabel getLabel()
Specified by:
getLabel in interface IChartDataPoint

isBubble3D

public boolean isBubble3D()

Specifies that the bubbles have a 3-D effect applied to them.

Specified by:
isBubble3D in interface IChartDataPoint

isBubble3D

public void isBubble3D(boolean value)
Specified by:
isBubble3D in interface IChartDataPoint

getExplosion

public int getExplosion()

Specifies the amount the data point shall be moved from the center of the pie.

Specified by:
getExplosion in interface IChartDataPoint

setExplosion

public void setExplosion(int value)
Specified by:
setExplosion in interface IChartDataPoint

getFormat

public IFormat getFormat()

Represents the formatting properties.

Specified by:
getFormat in interface IChartDataPoint

setFormat

public void setFormat(IFormat value)
Specified by:
setFormat in interface IChartDataPoint

getMarker

public IMarker getMarker()

Specifies a data marker.

Specified by:
getMarker in interface IChartDataPoint