ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LineChartType Enumeration

In This Topic
    LineChartType Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the LineChart.Type property.
    Syntax
    'Declaration
     
    Public Enum LineChartType 
       Inherits System.Enum
    public enum LineChartType : System.Enum 
    Members
    MemberDescription
    AreaDraws an area chart.
    LineDraws a line chart.
    Inheritance Hierarchy

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

    See Also