Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / LegendPosition Enumeration
In This Topic
    LegendPosition Enumeration
    In This Topic
    Specifies the position of the legend on a chart.
    Syntax
    public enum LegendPosition : System.Enum 
    Members
    MemberDescription
    Bottom Specifies a position below the chart.
    Corner Specifies a position in the upper right-hand corner of the chart border.
    Custom Specifies a custom position.
    Left Specifies a position to the left of the chart.
    Right Specifies a position to the right of the chart.
    Top Specifies a position above the chart.
    Inheritance Hierarchy

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

    See Also