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 above the point.
    BelowSpecifies that the data label is below the point.
    BestFitSpecifies the best position for the data label.
    CenterSpecifies that the data label is centered on a data point or inside the bar or pie.
    InsideBaseSpecifies that the data label is positioned arbitrarily.
    InsideEndSpecifies that the data label is positioned arbitrarily.
    LeftSpecifies that the data label is positioned at the bottom of the bar or pie
    OutsideEndSpecifies that the data label is positioned at the top of the bar or pie.
    RightSpecifies that the data label is positioned at the top of the bar or pie.
    Inheritance Hierarchy

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

    See Also