Search Results for

    Show / Hide Table of Contents

    Delegate ZedGraphControl.CursorValueHandler

    A delegate that allows custom formatting of the cursor value tooltips

    Namespace: ZedGraph
    Assembly: ZedGraph.WinForms.dll
    Syntax
    public delegate string CursorValueHandler(ZedGraphControl sender, GraphPane pane, Point mousePt);
    Parameters
    Type Name Description
    ZedGraphControl sender

    The source ZedGraphControl object

    GraphPane pane

    The GraphPane object that contains the cursor of interest

    Point mousePt

    The Point object that represents the cursor value location

    Returns
    Type Description
    String

    See Also

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