Search Results for

    Show / Hide Table of Contents

    Interface IPieSeriesTooltip

    Defines the interface for tooltips for IPieRenderableSeries.

    Implements
    renderableSeriesISeriesTooltipCore
    renderableSeries.hitTest.IPieHitTestInfoUpdatable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IPieSeriesTooltip extends renderableSeriesISeriesTooltipCore, renderableSeries.hitTest.IPieHitTestInfoUpdatable

    Methods

    getSeriesInfo()

    Gets the associated PieSeriesInfo instance.

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

    The associated PieSeriesInfo instance.

    updateTooltip(Action2<View,PointF> updateAction, PointF xyCoordinate)

    Updates tooltips with specified updateAction.

    Declaration
    public abstract void updateTooltip(Action2<View,PointF> updateAction, PointF xyCoordinate)
    Parameters
    Type Name Description
    Action2<android.view.View,android.graphics.PointF> updateAction

    The action which updated this tooltip.

    android.graphics.PointF xyCoordinate

    The PointF coordinate to update tooltip at.

    Implements

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