Search Results for

    Show / Hide Table of Contents

    Delegate Axis.ScaleTitleEventHandler

    Allow customization of title based on user preferences.

    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public delegate string ScaleTitleEventHandler(Axis axis);
    Parameters
    Type Name Description
    Axis axis

    The Axis of interest.

    Returns
    Type Description
    String

    A string value representing the label, or null if the ZedGraph should go ahead and generate the label according to the current settings. To make the title blank, return "".

    See Also

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