Search Results for

    Show / Hide Table of Contents

    Interface IAxisTooltip

    Defines interface which represent tooltip which can be placed on IAxis

    Implements
    ITooltip
    IAxisInfoUpdatable
    IThemeable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IAxisTooltip extends ITooltip, IAxisInfoUpdatable, IThemeable

    Methods

    getAxisInfo()

    Gets the underlying AxisInfo for current tooltip

    Declaration
    public abstract AxisInfo getAxisInfo()
    Returns
    Type Description
    AxisInfo

    The AxisInfo associated with tooltip instance

    updateTooltip(Action1<View> updateAction)

    Updates tooltips with specified updateAction

    Declaration
    public abstract void updateTooltip(Action1<View> updateAction)
    Parameters
    Type Name Description
    Action1<android.view.View> updateAction

    The action which updated this tooltip

    Implements

    ITooltip
    IAxisInfoUpdatable
    IThemeable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml