Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendPos Enumeration


In This Topic
    LegendPos Enumeration
    In This Topic
    Specifies the legend position.
    Syntax
    'Declaration
     
    
    Public Enum LegendPos 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendPos
    public enum LegendPos : System.Enum 
    Members
    MemberDescription
    BottomSpecifies the bottom position.
    LeftSpecifies the left position.
    RightSpecifies the right position.
    TopSpecifies the top position.
    TopRightSpecifies the top-right position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.LegendPos

    See Also