PieSeriesLabel Class
The storage of the pie data point label settings.
Declaration
public class PieSeriesLabel
extends SeriesLabel
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
ChartElement
StyledElement
SeriesLabel
PieSeriesLabel
PieSeriesLabel()
Initializes a new PieSeriesLabel class instance with default parameters.
Declaration
public PieSeriesLabel()
Methods
getPosition() Method
Returns the Pie series label position.
Declaration
public PieSeriesLabelPosition getPosition()
Returns
Type | Description |
---|---|
PieSeriesLabelPosition | The PieSeriesLabelPosition enumeration value. |
getStyle() Method
Returns the Pie series label style.
Declaration
public PieSeriesLabelStyle getStyle()
Returns
Type | Description |
---|---|
PieSeriesLabelStyle | The PieSeriesLabelStyle object specifying the label style. |
setPosition(PieSeriesLabelPosition) Method
Specifies the Pie series label position.
Declaration
public void setPosition(PieSeriesLabelPosition position)
Parameters
Name | Type | Description |
---|---|---|
position | PieSeriesLabelPosition | The PieSeriesLabelPosition enumeration value. |
setStyle(PieSeriesLabelStyle) Method
Specifies the Pie series label style.
Declaration
public void setStyle(PieSeriesLabelStyle style)
Parameters
Name | Type | Description |
---|---|---|
style | PieSeriesLabelStyle | The PieSeriesLabelStyle object specifying the label style. |