Search
LegendPosition Enumeration
See Also
 






Specifies the position of the legend in a Chart object.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public enum LegendPosition

 Members

  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.

 See Also