Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / DataLabelPosition Enumeration
In This Topic
    DataLabelPosition Enumeration
    In This Topic
    Specifies where the data label is positioned.
    Members
    MemberDescription
    AboveSpecifies that the data label is positioned above the data point.
    BelowSpecifies that the data label is positioned below the data point.
    BestFitSpecifies the best position for the data label.
    CenterSpecifies that the data label is centered on the data point or is inside a bar or pie chart.
    InsideBaseSpecifies that the data label is positioned inside the data point at the bottom edge.
    InsideEndSpecifies that the data label is positioned inside the data point at the top edge.
    LeftSpecifies that the data label is positioned to the left of the data point.
    OutsideEndSpecifies that the data label is positioned outside the data point at the top edge.
    RightSpecifies that the data label is positioned to the right of the data point.
    Inheritance Hierarchy

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

    See Also