Search Results for

    Show / Hide Table of Contents

    Class DefaultPieSegmentLabelFormatter

    Default implementation of IPieSegmentLabelFormatter used by PieRenderableSeries and DonutRenderableSeries

    Inheritance
    java.lang.Object
    renderableSeries.PieSegmentLabelFormatterBase
    DefaultPieSegmentLabelFormatter
    Implements
    renderableSeries.IPieSegmentLabelFormatter
    Inherited Members
    renderableSeries.PieSegmentLabelFormatterBase.attachTo(IServiceContainer)
    renderableSeries.PieSegmentLabelFormatterBase.detach()
    renderableSeries.PieSegmentLabelFormatterBase.isAttached()
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    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
    PieSegmentLabelFormatterBase.attachTo(IServiceContainer services)

    detach()

    Declaration
    public void detach()
    Overrides
    PieSegmentLabelFormatterBase.detach()

    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

    Implements

    IPieSegmentLabelFormatter
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml