Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LegendPosition Enumeration


In This Topic
    LegendPosition Enumeration
    In This Topic
    Specifies the position of the legend.
    Syntax
    'Declaration
     
    Public Enum LegendPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As LegendPosition
    public enum LegendPosition : System.Enum 
    Members
    MemberDescription
    BottomThe legend is at the bottom of the chart.
    LeftThe legend is at the left of the chart.
    NoneSpecifies no legend or the legend is placed outside the chart control.
    RightThe legend is at the right of the chart.
    TopThe legend is at the top of the chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.LegendPosition

    See Also