Show / Hide Table of Contents

    Method setcontlabelparam

    | Improve this Doc View Source

    setcontlabelparam(Double, Double, Double, Int32)

    pl_setcontlabelparam: Set parameters of contour labelling other than format of numerical label

    Declaration
    public void setcontlabelparam(Double offset, Double size, Double spacing, Int32 active)
    Parameters
    Type Name Description
    Double offset

    Offset of label from contour line (if set to 0.0, labels are printed on the lines). Default value is 0.006.

    Double size

    Font height for contour labels (normalized). Default value is 0.3.

    Double spacing

    Spacing parameter for contour labels. Default value is 0.1.

    Int32 active

    Activate labels. Set to 1 if you want contour labels on. Default is off (0).

    Remarks

    Set parameters of contour labelling other than those handled by pl_setcontlabelformat.

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