Search Results for

    Show / Hide Table of Contents

    Interface ISeriesTooltipCore

    Implements
    ITooltip
    IAttachable
    ICleanable
    Namespace:
    Assembly: .dll
    Syntax
    public interface ISeriesTooltipCore extends ITooltip, IAttachable, ICleanable

    Methods

    invalidate()

    Invalidate ISeriesTooltip views using View#invalidate()

    Declaration
    public abstract void invalidate()

    requestLayout()

    Requests layout for ISeriesTooltip views using View#requestLayout()

    Declaration
    public abstract void requestLayout()

    setTooltipBackgroundColor(int color)

    Sets the background color for this ISeriesTooltip instance.

    Declaration
    public abstract void setTooltipBackgroundColor(int color)
    Parameters
    Type Name Description
    int color

    Int color which will be used as a background color.

    setTooltipStroke(int color)

    Sets the stroke color for this ISeriesTooltip instance.

    Declaration
    public abstract void setTooltipStroke(int color)
    Parameters
    Type Name Description
    int color

    Int color which will be used as a stroke color.

    setTooltipTextColor(int color)

    Sets the text color for this ISeriesTooltip instance.

    Declaration
    public abstract void setTooltipTextColor(int color)
    Parameters
    Type Name Description
    int color

    Int color which will be used as a text color.

    Implements

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