BarChart for ASP.NET WebForms
LineChartDirection Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : LineChartDirection Enumeration
Use the members of this enumeration to set the value of the LineChart.Direction property.
Syntax
'Declaration
 
Public Enum LineChartDirection 
   Inherits System.Enum
public enum LineChartDirection : System.Enum 
Members
MemberDescription
HorizontalDraws the line horizontally for the LineChart.
VerticalDraws the line vertically for the LIneChart.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace