Enum LegendPos
Enumeration type that defines the possible legend locations
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum LegendPos
Fields
Name | Description |
---|---|
Bottom | |
BottomCenter | |
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 | |
InsideTopRight | |
Left | |
Right | |
Top | |
TopCenter | |
TopFlushLeft | Locate the Legend above the Rect, but flush against the left margin of the Rect. |