public interface IChartDataPoint
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBubble3D()
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
|
int |
getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
|
boolean |
getInvertIfNegative()
Specifies whether the parent element shall inverts its colors if the value is negative.
|
ChartMarker |
getMarker()
Specifies a data marker.
|
void |
setBubble3D(boolean value)
Specifies whether the bubbles in Bubble chart should 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 |
setInvertIfNegative(boolean value)
Specifies whether the parent element shall inverts its colors if the value is negative.
|
int getExplosion()
int value.void setExplosion(int value)
value - The corresponding int value.boolean getInvertIfNegative()
boolean value.void setInvertIfNegative(boolean value)
value - The corresponding boolean value.ChartMarker getMarker()
ChartMarker value.boolean getBubble3D()
boolean value.void setBubble3D(boolean value)
value - The corresponding boolean value.