Search Results for

    Show / Hide Table of Contents

    Enum LegendPos

    Enumeration type that defines the possible legend locations

    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public enum LegendPos

    Fields

    Name Description
    Bottom

    Locate the Legend below the Rect

    BottomCenter

    Locate the Legend centered below the Rect

    BottomFlushLeft

    Locate the Legend below the Rect, but flush against the left margin of the Rect.

    Float

    Locate the Legend as a floating object above the graph at the location specified by Location.

    InsideBotLeft

    Locate the Legend inside the Rect in the bottom-left corner.

    InsideBotRight

    Locate the Legend inside the Rect in the bottom-right corner.

    InsideTopLeft

    Locate the Legend inside the Rect in the top-left corner.

    InsideTopRight

    Locate the Legend inside the Rect in the top-right corner.

    Left

    Locate the Legend on the left side of the Rect

    Right

    Locate the Legend on the right side of the Rect

    Top

    Locate the Legend above the Rect

    TopCenter

    Locate the Legend centered above the Rect

    TopFlushLeft

    Locate the Legend above the Rect, but flush against the left margin of the Rect.

    See Also
    Position
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX