Specifies the legend position.
Definition
Fields
The legend is positioned on the bottom
C#
Bottom = 1
The legend is positioned using OffsetX and OffsetY
C#
Custom = 4
The legend is positioned on the left
C#
Left = 2
The legend is positioned on the right
C#
Right = 3
The legend is positioned on the top
C#
Top = 0