PieSeriesLabelStyle Class
Stores the Pie series label appearance settings.
Declaration
public class PieSeriesLabelStyle
extends SeriesLabelStyle
Remarks
The following image shows label parameters to customize.
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
StyleBase
TextElementStyleBase
SeriesLabelStyle
PieSeriesLabelStyle
PieSeriesLabelStyle()
Initializes a new PieSeriesLabelStyle class instance with default parameters.
Declaration
public PieSeriesLabelStyle()
Methods
getConnectorThickness() Method
Returns the label connector thickness.
Declaration
public Float getConnectorThickness()
Returns
Type | Description |
---|---|
Float | The label connector thickness in pixels. |
setConnectorThickness(Float) Method
Specifies the label connector thickness.
Declaration
public void setConnectorThickness(Float thickness)
Parameters
Name | Type | Description |
---|---|---|
thickness | Float | The label connector thickness in pixels. |