ComponentOne ASP.NET MVC Controls
Orientation Enumeration

C1.Web.Mvc.Chart Namespace : Orientation Enumeration
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

Reference

C1.Web.Mvc.Chart Namespace