public interface IChartDataPoint extends IActualLayout
Represents series data point.
Modifier and Type | Method and Description |
---|---|
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.
|
IChartDataPointLevelsManager |
getDataPointLevels()
Returns container of data point levels.
|
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.
|
boolean |
getInvertIfNegative()
Specifies the data point shall invert its colors if the value is negative.
|
IDataLabel |
getLabel()
Represents the lable of chart data point.
|
IMarker |
getMarker()
Specifies a data marker.
|
ILegendEntryProperties |
getRelatedLegendEntry()
Properties of corresponding legend entry in case of chart type from this list:
ChartType.BarOfPie,
ChartType.ExplodedPie,
ChartType.ExplodedPie3D,
ChartType.Pie,
ChartType.Pie3D,
ChartType.PieOfPie.
|
boolean |
getSetAsTotal()
Sets data point as total.
|
IDoubleChartValue |
getSizeValue()
Returns the size value of chart data point.
|
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.
|
void |
setInvertIfNegative(boolean value)
Specifies the data point shall invert its colors if the value is negative.
|
void |
setSetAsTotal(boolean value)
Sets data point as total.
|
getActualHeight, getActualWidth, getActualX, getActualY
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
.
IDoubleChartValue getSizeValue()
Returns the size value of chart data point.
Used with Treemap and Sunburst charts.
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
.
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.
ILegendEntryProperties getRelatedLegendEntry()
Properties of corresponding legend entry in case of chart type from this list:
ChartType.BarOfPie,
ChartType.ExplodedPie,
ChartType.ExplodedPie3D,
ChartType.Pie,
ChartType.Pie3D,
ChartType.PieOfPie.
Read-only ILegendEntryProperties
.
boolean getSetAsTotal()
Sets data point as total. Applied for Waterfall series type only.
void setSetAsTotal(boolean value)
Sets data point as total. Applied for Waterfall series type only.
boolean getInvertIfNegative()
Specifies the data point shall invert its colors if the value is negative.
Read/write boolean
.
void setInvertIfNegative(boolean value)
Specifies the data point shall invert its colors if the value is negative.
Read/write boolean
.
IChartDataPointLevelsManager getDataPointLevels()
Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based.