Search Results for

    Show / Hide Table of Contents

    Class PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>

    Defines a base class for IPieSeriesInfoProvider implementors.

    Inheritance
    java.lang.Object
    PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>
    Implements
    renderableSeries.hitTest.IPieSeriesInfoProvider
    Inherited Members
    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 abstract class PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo> implements renderableSeries.hitTest.IPieSeriesInfoProvider
    Type Parameters
    Name Description
    TRenderableSeries
    TSeriesInfo

    Constructors

    PieSeriesInfoProviderBase()

    Declaration
    public PieSeriesInfoProviderBase()

    Fields

    renderableSeries

    Declaration
    protected TRenderableSeries renderableSeries
    Field Value
    Type Description
    TRenderableSeries

    Methods

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services

    detach()

    Declaration
    public void detach()

    getSeriesInfo()

    Creates PieSeriesInfo instance which is attached to current IPieRenderableSeries.

    Declaration
    public final renderableSeries.hitTest.PieSeriesInfo getSeriesInfo()
    Returns
    Type Description
    PieSeriesInfo

    getSeriesInfoInternal()

    Declaration
    protected abstract TSeriesInfo getSeriesInfoInternal()
    Returns
    Type Description
    TSeriesInfo

    getSeriesTooltip()

    Creates IPieSeriesTooltip instance which is attached to current IPieRenderableSeries.

    Declaration
    public final renderableSeriesIPieSeriesTooltip getSeriesTooltip()
    Returns
    Type Description
    renderableSeriesIPieSeriesTooltip

    getSeriesTooltip(Class<?> modifierType)

    Creates IPieSeriesTooltip instance for specified tooltipId which is attached to current IPieRenderableSeries.

    Declaration
    public final renderableSeriesIPieSeriesTooltip getSeriesTooltip(Class<?> modifierType)
    Parameters
    Type Name Description
    Class<?> modifierType
    Returns
    Type Description
    renderableSeriesIPieSeriesTooltip

    getSeriesTooltipInternal(Context context, TSeriesInfo seriesInfo, Class<?> modifierType)

    Creates a new IPieSeriesTooltip.

    Declaration
    protected abstract renderableSeriesIPieSeriesTooltip getSeriesTooltipInternal(Context context, TSeriesInfo seriesInfo, Class<?> modifierType)
    Parameters
    Type Name Description
    android.content.Context context

    The context of application.

    TSeriesInfo seriesInfo

    The series info instance.

    Class<?> modifierType

    The type of modifier for which tooltip will be created.

    Returns
    Type Description
    renderableSeriesIPieSeriesTooltip

    The IPieSeriesTooltip instance.

    isAttached()

    Declaration
    public final boolean isAttached()
    Returns
    Type Description
    boolean

    isOfValidType(renderableSeries.IPieRenderableSeries renderableSeries)

    Checks whether the specified renderable series is valid for this provider.

    Declaration
    protected abstract boolean isOfValidType(renderableSeries.IPieRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.IPieRenderableSeries renderableSeries

    The renderable series to check.

    Returns
    Type Description
    boolean

    True if renderable series is valid.

    Implements

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