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

In This Topic
    Orientation Enumeration
    In This Topic
    Specifies the orientation of the range selector.
    Syntax
    'Declaration
     
    
    Public Enum Orientation 
       Inherits System.Enum
    public enum Orientation : System.Enum 
    Members
    MemberDescription
    XHorizontal, x-data range.
    YVertical, y-data range.
    Inheritance Hierarchy

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

    See Also