Search Results for

    Show / Hide Table of Contents

    Interface IValuesToolTip

    Namespace: ZedGraph
    Assembly: ZedGraph.WinForms.dll
    Syntax
    public interface IValuesToolTip

    Methods

    | Improve this Doc View Source

    Disable()

    Disables the tool tip.

    Declaration
    void Disable()
    | Improve this Doc View Source

    Enable()

    Enables the tool tip.

    Declaration
    void Enable()
    | Improve this Doc View Source

    Set(String, Point)

    Sets the caption for the tool tip at the specified point.

    Declaration
    void Set(string caption, Point point)
    Parameters
    Type Name Description
    String caption

    The caption.

    Point point

    The point.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX