ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / LegendOrientation Enumeration

In This Topic
    LegendOrientation Enumeration
    In This Topic
    Specifies the element orientation.
    Syntax
    'Declaration
     
    
    Public Enum LegendOrientation 
       Inherits System.Enum
    public enum LegendOrientation : System.Enum 
    Members
    MemberDescription
    AutoOrientation is selected automatically based on element position.
    HorizontalHorizontal orientation.
    VerticalVertical orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.LegendOrientation

    See Also