Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / DataLabelPosition Enumeration
In This Topic
    DataLabelPosition Enumeration
    In This Topic
    Specifies where the data label is positioned.
    Syntax
    public enum DataLabelPosition : System.Enum 
    Members
    MemberDescription
    Above Specifies that the data label is positioned above the data point.
    Below Specifies that the data label is positioned below the data point.
    BestFit Specifies the best position for the data label.
    Center Specifies that the data label is centered on the data point or is inside a bar or pie chart.
    InsideBase Specifies that the data label is positioned inside the data point at the bottom edge.
    InsideEnd Specifies that the data label is positioned inside the data point at the top edge.
    Left Specifies that the data label is positioned to the left of the data point.
    OutsideEnd Specifies that the data label is positioned outside the data point at the top edge.
    Right Specifies that the data label is positioned to the right of the data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.DataLabelPosition

    See Also