|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartDataPoint
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()
Returns the bubble size of chart data point. |
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()
Represents the lable of chart data point. |
IMarker |
getMarker()
Specifies a data marker. |
IDoubleChartValue |
getValue()
Returns the value of chart data point. |
IStringOrDoubleChartValue |
getXValue()
Returns the x value of chart data point. |
IDoubleChartValue |
getYValue()
Returns the y value of chart data point. |
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. |
Method Detail |
---|
IStringOrDoubleChartValue getXValue()
Returns the x value of chart data point.
Read-only IStringOrDoubleChartValue
.
IDoubleChartValue getYValue()
Returns the y value of chart data point.
Read-only IDoubleChartValue
.
IDoubleChartValue getBubbleSize()
Returns the bubble size of chart data point.
Read-only IDoubleChartValue
.
IDoubleChartValue getValue()
Returns the value of chart data point.
Read-only IDoubleChartValue
.
IErrorBarsCustomValues getErrorBarsCustomValues()
Represents series error bars values in case of Custom value type.
Read-only IErrorBarsCustomValues
.
IDataLabel getLabel()
Represents the lable of chart data point.
Read-only IDataLabel
.
boolean isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them.
Read/write boolean
.
void setBubble3D(boolean value)
Specifies that the bubbles have a 3-D effect applied to them.
Read/write boolean
.
int getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
Read/write int
.
void setExplosion(int value)
Specifies the amount the data point shall be moved from the center of the pie.
Read/write int
.
IFormat getFormat()
Represents the formatting properties.
Read/write IFormat
.
void setFormat(IFormat value)
Represents the formatting properties.
Read/write IFormat
.
IMarker getMarker()
Specifies a data marker.
Read-only IMarker
.
void remove()
Removes DataPoint from chart series.
PptxEditException
- Thrown if data point is already removed from chart series.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.
Read-only java.awt.Color
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |