'Declaration Public Enum ChartSeriesType Inherits System.Enum
public enum ChartSeriesType : System.Enum
'Declaration Public Enum ChartSeriesType Inherits System.Enum
public enum ChartSeriesType : System.Enum
| Member | Description | 
|---|---|
| Area | Draw this series with area chart shape. | 
| Bar | Draw this series with bar chart shape. | 
| Bezier | Draw this series with bezier chart shape. | 
| Candlestick | Draw this series with candlestick chart shape. | 
| Column | Draw this series with column chart shape. | 
| Hl | Draw this series with high-low chart shape. | 
| Line | Draw this series with line chart shape. | 
| Ohlc | Draw this series with high-low-open-close chart shape. | 
| Pie | Draw this series with pie chart shape. | 
| Scatter | Draw this series with scatter chart shape. | 
| SharedPie | Draw this series with several pie chart which shared their legend and style. | 
| Spline | Draw this series with spline chart shape. | 
| Trendline | Draw this series with trendline chart shape. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartSeriesType