Method gzax
gzax(out Int32, out Int32)
plgzax: Get z axis parameters
Declaration
public static void gzax(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 z 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 (z axis) from the last plot. |
Remarks
Identical to plgxax, except that arguments are flags for z axis. See the description of plgxax for more detail.