Class DefaultPieSegmentLabelFormatter
Default implementation of IPieSegmentLabelFormatter used by PieRenderableSeries and DonutRenderableSeries
Inheritance
DefaultPieSegmentLabelFormatter
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DefaultPieSegmentLabelFormatter extends renderableSeries.PieSegmentLabelFormatterBase implements renderableSeries.IPieSegmentLabelFormatter
Constructors
DefaultPieSegmentLabelFormatter()
Creates new instance of DefaultPieSegmentLabelFormatter class
Declaration
public DefaultPieSegmentLabelFormatter()
Methods
attachTo(IServiceContainer services)
Declaration
public void attachTo(IServiceContainer services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceContainer | services |
Overrides
detach()
Declaration
public void detach()
Overrides
formatLabel(renderableSeries.IPieSegment pieSegment)
Formats a label based on specified IPieSegment passed in
Declaration
public CharSequence formatLabel(renderableSeries.IPieSegment pieSegment)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.IPieSegment | pieSegment |
Returns
| Type | Description |
|---|---|
| CharSequence |