Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / LegendPosition Enumeration
In This Topic
    LegendPosition Enumeration
    In This Topic
    Specifies the position of the legend on a chart.
    Members
    MemberDescription
    BottomSpecifies a position below the chart.
    CornerSpecifies a position in the upper right-hand corner of the chart border.
    CustomSpecifies a custom position.
    LeftSpecifies a position to the left of the chart.
    RightSpecifies a position to the right of the chart.
    TopSpecifies a position above the chart.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.LegendPosition

    See Also