ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LineChartDirection Enumeration

In This Topic
    LineChartDirection Enumeration
    In This Topic
    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