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 above the point.
    Below Specifies that the data label is below the point.
    BestFit Specifies the best position for the data label.
    Center Specifies that the data label is centered on a data point or inside the bar or pie.
    InsideBase Specifies that the data label is positioned arbitrarily.
    InsideEnd Specifies that the data label is positioned arbitrarily.
    Left Specifies that the data label is positioned at the bottom of the bar or pie
    OutsideEnd Specifies that the data label is positioned at the top of the bar or pie.
    Right Specifies that the data label is positioned at the top of the bar or pie.
    Inheritance Hierarchy

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

    See Also