Search Results for

    Show / Hide Table of Contents

    Interface IAxisInfoProvider

    Implements
    IAttachable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IAxisInfoProvider extends IAttachable

    Methods

    getAxisInfo()

    Creates new instance of AxisInfo for this axis

    Declaration
    public abstract AxisInfo getAxisInfo()
    Returns
    Type Description
    AxisInfo

    The AxisInfo which is attached to this Axis

    getAxisTooltip()

    Creates new instance of IAxisTooltip for further placement on this axis

    Declaration
    public abstract IAxisTooltip getAxisTooltip()
    Returns
    Type Description
    IAxisTooltip

    The IAxisTooltip instance which is attached to this Axis

    getAxisTooltip(Class<?> modifierType)

    Creates IAxisTooltip instance for specified tooltipId which is attached to current IAxis

    Declaration
    public abstract IAxisTooltip getAxisTooltip(Class<?> modifierType)
    Parameters
    Type Name Description
    Class<?> modifierType

    The type of modifier for which tooltip will be created.

    Returns
    Type Description
    IAxisTooltip

    The IAxisTooltip instance which is attached to this Axis

    Implements

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