Show / Hide Table of Contents

    Method gxax

    | Improve this Doc View Source

    gxax(out Int32, out Int32)

    plgxax: Get x axis parameters

    Declaration
    public void gxax(out Int32 p_digmax, out Int32 p_digits)
    Parameters
    Type Name Description
    Int32 p_digmax

    Returned value of the maximum number of digits for the x axis. If nonzero, the printed label has been switched to a floating-point representation when the number of digits exceeds this value.

    Int32 p_digits

    Returned value of the actual number of digits for the numeric labels (x axis) from the last plot.

    Remarks

    Returns current values of the p_digmax and p_digits flags for the x axis. p_digits is updated after the plot is drawn, so this routine should only be called after the call to plbox (or plbox3) is complete. See for more information.

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