public class DefaultPieSegmentLabelFormatter extends PieSegmentLabelFormatterBase implements IPieSegmentLabelFormatter
IPieSegmentLabelFormatter
used by PieRenderableSeries
and DonutRenderableSeries
renderableSeries
Constructor and Description |
---|
DefaultPieSegmentLabelFormatter()
Creates new instance of
DefaultPieSegmentLabelFormatter class |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
java.lang.CharSequence |
formatLabel(IPieSegment pieSegment)
Formats a label based on specified
IPieSegment passed in |
isAttached
public DefaultPieSegmentLabelFormatter()
DefaultPieSegmentLabelFormatter
classpublic void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class PieSegmentLabelFormatterBase
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
detach
in class PieSegmentLabelFormatterBase
public java.lang.CharSequence formatLabel(IPieSegment pieSegment)
IPieSegmentLabelFormatter
IPieSegment
passed informatLabel
in interface IPieSegmentLabelFormatter
pieSegment
- The IPieSegment
to format