Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / LegendPosition Enumeration


In This Topic
    LegendPosition Enumeration
    In This Topic
    Enumerates available legend positions.
    Syntax
    'Declaration
     
    
    Public Enum LegendPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendPosition
    public enum LegendPosition : System.Enum 
    Members
    MemberDescription
    BottomAt the bottom from the chart.
    LeftAt the left from the chart.
    NoneNo legend or the legend is placed outside the chart control.
    RightAt the right from the chart.
    TopAt the top from the chart.
    Inheritance Hierarchy

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

    See Also