C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LineChartDirection Enumeration

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
 
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