Interface IPieSegmentLabelFormatter
Interface to define a label formatter for IPieSegment
Implements
Namespace:
Assembly: .dll
Syntax
public interface IPieSegmentLabelFormatter extends IAttachable
Methods
formatLabel(renderableSeries.IPieSegment pieSegment)
Formats a label based on specified IPieSegment passed in
Declaration
public abstract CharSequence formatLabel(renderableSeries.IPieSegment pieSegment)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.IPieSegment | pieSegment | The IPieSegment to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |