C1.Web.Mvc.Chart Namespace / LegendOrientation Enumeration

LegendOrientation Enumeration
Specifies the element orientation.
Syntax
'Declaration
 
Public Enum LegendOrientation 
   Inherits 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