Specifies the position of the legend in a Chart object.
Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts
Java
![]() |
---|
public enum LegendPosition |
Member name | Description | |
---|---|---|
![]() |
Bottom |
Indicates that the legend should be placed below the plot area, centered horizontally. |
![]() |
Float |
Indicates that the legend should be placed on top of the plot. |
![]() |
Left |
Indicates that the legend should be placed to the left of the plot area, centered vertically. |
![]() |
LeftDown |
Indicates that the legend should be placed to the left of the plot area, in the bottom corner. |
![]() |
LeftMiddle |
Indicates that the legend should be placed to the left of the plot area, centered vertically. |
![]() |
LeftUp |
Indicates that the legend should be placed to the left of the plot area, in the top corner. |
![]() |
RightDown |
Indicates that the legend should be placed to the right of the plot area, in the bottom corner. |
![]() |
RightMiddle |
Indicates that the legend should be placed to the right of the plot area, centered vertically. |
![]() |
RightUp |
Indicates that the legend should be placed to the right of the plot area, in the top corner. |
![]() |
Top |
Indicates that the legend should be placed above the plot area, centered horizontally. |