com.aspose.slides
Interface IChartDataPoint

All Known Implementing Classes:
ChartDataPoint

public interface IChartDataPoint

Represents series data point.


Method Summary
 IDoubleChartValue getBubbleSize()
           
 int getExplosion()
           
 IFormat getFormat()
           
 IDataLabel getLabel()
           
 IMarker getMarker()
           
 IDoubleChartValue getValue()
           
 IStringOrDoubleChartValue getXValue()
           
 IDoubleChartValue getYValue()
           
 boolean isBubble3D()
           
 void isBubble3D(boolean value)
           
 void setExplosion(int value)
           
 void setFormat(IFormat value)
           
 

Method Detail

getXValue

IStringOrDoubleChartValue getXValue()

getYValue

IDoubleChartValue getYValue()

getBubbleSize

IDoubleChartValue getBubbleSize()

getValue

IDoubleChartValue getValue()

getLabel

IDataLabel getLabel()

isBubble3D

boolean isBubble3D()

isBubble3D

void isBubble3D(boolean value)

getExplosion

int getExplosion()

setExplosion

void setExplosion(int value)

getFormat

IFormat getFormat()

setFormat

void setFormat(IFormat value)

getMarker

IMarker getMarker()