Enum ChartLegendPosition
Where the legend sits (c:legendPos).
public enum ChartLegendPosition
Fields
Bottom = 0Below the plot area.
Top = 1Above the plot area.
Left = 2Left of the plot area.
Right = 3Right of the plot area.
TopRight = 4The top-right corner, overlapping the plot area.