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

LineChartType Enumeration
Use the members of this enumeration to set the value of the LineChart.Type property.
Syntax
'Declaration
 
Public Enum LineChartType 
   Inherits 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