ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LegendPosition Enumeration


In This Topic
    LegendPosition Enumeration
    In This Topic
    Specifies legend position.
    Syntax
    'Declaration
     
    
    Public Enum LegendPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendPosition
    public enum LegendPosition : System.Enum 
    Members
    MemberDescription
    BottomAt bottom from the chart.
    BottomCenterBottom center position.
    BottomLeftBottom left position.
    BottomRightBottom right position.
    LeftAt left from the chart.
    RightAt right from the chart.
    TopAt top from the chart.
    TopCenterTop center position.
    TopLeftTop left position.
    TopRightTop right position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.LegendPosition

    See Also