public interface IChartDataPoint
Property Getters/Setters Summary | ||
---|---|---|
abstract boolean | getBubble3D() | |
abstractvoid | setBubble3D(booleanvalue) | |
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them. | ||
abstract int | getExplosion() | |
abstractvoid | setExplosion(intvalue) | |
Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts. | ||
abstract boolean | getInvertIfNegative() | |
abstractvoid | setInvertIfNegative(booleanvalue) | |
Specifies whether the parent element shall inverts its colors if the value is negative. | ||
abstract ChartMarker | getMarker() | |
Specifies a data marker. Marker is automatically created when requested.
|
public abstract boolean getBubble3D() / public abstract void setBubble3D(boolean value)
public abstract int getExplosion() / public abstract void setExplosion(int value)
public abstract boolean getInvertIfNegative() / public abstract void setInvertIfNegative(boolean value)
public abstract ChartMarker getMarker()