BarChart for ASP.NET WebForms
ChartOrientation Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartOrientation Enumeration
Use the members of this enumeration to set the value of the ChartLegend.Orientation property.
Syntax
'Declaration
 
Public Enum ChartOrientation 
   Inherits System.Enum
public enum ChartOrientation : System.Enum 
Members
MemberDescription
HorizontalLegend entries are stacked vertically as legend height permits. If sufficient height is not available, additional legend columns are created.
VerticalLegend entries are added side by side as (horizontally) as legend width permits. If sufficient width is not available, additional legend rows are created.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartOrientation

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace