Show / Hide Table of Contents

    Class Side

    The side of the viewport along which the text is to be written.

    Inheritance
    System.Object
    Side
    Namespace: PLplot
    Assembly: PLplotNet.dll
    Syntax
    public static class Side : object

    Fields

    Name Description
    BottomParallel

    Bottom of viewport, text written parallel to edge.

    BottomPerpendicular

    Bottom of viewport, text written at right angles to edge.

    LeftParallel

    Left of viewport, text written parallel to edge.

    LeftPerpendicular

    Left of viewport, text written at right angles to edge.

    RightParallel

    Right of viewport, text written parallel to edge.

    RightPerpendicular

    Right of viewport, text written at right angles to edge.

    TopParallel

    Top of viewport, text written parallel to edge.

    TopPerpendicular

    Top of viewport, text written at right angles to edge.

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