com.aspose.slides
Interface IChartDataPoint
- All Known Implementing Classes:
- ChartDataPoint
public interface IChartDataPoint
Represents series data point.
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()